Package com.tangosol.coherence.dslquery.statement.persistence
package com.tangosol.coherence.dslquery.statement.persistence
This package contains classes for persistence related statement builders.
- Since:
 - 12.2.1
 
- 
ClassesClassDescriptionAbstract implementation of an
AbstractStatementproviding functionality useful for generic snapshot statements.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement.Implementation of the CohQL "ARCHIVE SNAPSHOT" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aCreateSnapshotStatementBuilder.CreateSnapshotStatement.Implementation of the CohQL "CREATE SNAPSHOT" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aForceRecoveryStatementBuilder.ForceRecoveryStatement.Implementation of the CohQL "FORCE RECOVERY" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListArchiverStatementBuilder.ListArchiverStatement.Implementation of the CohQL "LIST ARCHIVER" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListServicesStatementBuilder.ListServicesStatement.Implementation of the CohQL "LIST SERVICES" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aListSnapshotsStatementBuilder.ListSnapshotsStatement.Implementation of the CohQL "LIST SNAPSHOTS" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRecoverSnapshotStatementBuilder.RecoverSnapshotStatement.Implementation of the CohQL "RECOVER SNAPSHOT" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRemoveSnapshotStatementBuilder.RemoveSnapshotStatement.Implementation of the CohQL "REMOVE [ARCHIVED] SNAPSHOT" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aResumeServiceStatementBuilder.ResumeServiceStatement.Implementation of the CohQL "RESUME SERVICE" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement.Implementation of the CohQL "RETRIEVE SNAPSHOT" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aSuspendServiceStatementBuilder.SuspendServiceStatement.Implementation of the CohQL "SUSPEND SERVICE" command.An implementation of aStatementBuilderthat parses a CohQL term tree to produce an instance of aValidateSnapshotStatementBuilder.ValidateSnapshotStatement.Implementation of the CohQL "VALIDATE [ARCHIVED] SNAPSHOT" command.