Uses of Class
com.tangosol.coherence.dslquery.statement.persistence.AbstractSnapshotStatement
-
Packages that use AbstractSnapshotStatement Package Description com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders. -
-
Uses of AbstractSnapshotStatement in com.tangosol.coherence.dslquery.statement.persistence
Subclasses of AbstractSnapshotStatement in com.tangosol.coherence.dslquery.statement.persistence Modifier and Type Class Description static class
ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement
Implementation of the CohQL "ARCHIVE SNAPSHOT" command.static class
CreateSnapshotStatementBuilder.CreateSnapshotStatement
Implementation of the CohQL "CREATE SNAPSHOT" command.static class
RecoverSnapshotStatementBuilder.RecoverSnapshotStatement
Implementation of the CohQL "RECOVER SNAPSHOT" command.static class
RemoveSnapshotStatementBuilder.RemoveSnapshotStatement
Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static class
RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement
Implementation of the CohQL "RETRIEVE SNAPSHOT" command.
-