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 classArchiveSnapshotStatementBuilder.ArchiveSnapshotStatementImplementation of the CohQL "ARCHIVE SNAPSHOT" command.static classCreateSnapshotStatementBuilder.CreateSnapshotStatementImplementation of the CohQL "CREATE SNAPSHOT" command.static classRecoverSnapshotStatementBuilder.RecoverSnapshotStatementImplementation of the CohQL "RECOVER SNAPSHOT" command.static classRemoveSnapshotStatementBuilder.RemoveSnapshotStatementImplementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.static classRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatementImplementation of the CohQL "RETRIEVE SNAPSHOT" command. 
 -