Class | Description |
---|---|
AbstractSQLSnapshotOPToken |
An abstract implementation of a snapshot operation which can
be extended to support different persistence operations.
|
SQLArchiveSnapshotOPToken |
SQLArchiveSnapshotOPToken is used for parsing and specifying the AST
used for archiving snapshots.
|
SQLCreateSnapshotOPToken |
SQLCreateSnapshotOPToken is used for parsing and specifying the AST
used for creating snapshots.
|
SQLForceRecoveryOPToken |
SQLForceRecoveryOPToken is used for parsing and specifying the AST
used for forcing recovery.
|
SQLListArchivedSnapshotsOPToken |
SQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST
used for listing archived snapshots.
|
SQLListArchiverOPToken |
SQLListArchiverOPToken is used for parsing and specifying the AST
used for showing the archiver implementation for a service.
|
SQLListServicesOPToken |
SQLListServicesOPToken is used for parsing and specifying the AST
used for listing services and their persistence mode.
|
SQLListSnapshotsOPToken |
SQLConnectOPToken is used for parsing and specifying the AST
used for listing snapshots.
|
SQLRecoverSnapshotOPToken |
SQLRecoverSnapshotOPToken is used for parsing and specifying the AST
used for creating snapshots.
|
SQLRemoveSnapshotOPToken |
SQLRemoveSnapshotOPToken is used for parsing and specifying the AST
used for creating snapshots.
|
SQLResumeServiceOPToken |
SQLResumeServiceOPToken is used for parsing and specifying the AST
used for resuming services.
|
SQLRetrieveSnapshotOPToken |
SQLRetrieveSnapshotOPToken is used for parsing and specifying the AST
used for retrieving snapshots.
|
SQLSuspendServiceOPToken |
SQLSuspendServiceOPToken is used for parsing and specifying the AST
used for suspending services.
|
SQLValidateSnapshotOPToken |
SQLValidateSnapshotOPToken is used for parsing and specifying the AST
used for creating snapshots.
|