Package com.tangosol.coherence.dslquery.token.persistence


package com.tangosol.coherence.dslquery.token.persistence
This package contains implementations of OPToken specifically for parsing persistence related CohQL statements.
Since:
12.2.1
  • Classes
    Class
    Description
    An abstract implementation of a snapshot operation which can be extended to support different persistence operations.
    SQLArchiveSnapshotOPToken is used for parsing and specifying the AST used for archiving snapshots.
    SQLCreateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
    SQLForceRecoveryOPToken is used for parsing and specifying the AST used for forcing recovery.
    SQLListArchivedSnapshotsOPToken is used for parsing and specifying the AST used for listing archived snapshots.
    SQLListArchiverOPToken is used for parsing and specifying the AST used for showing the archiver implementation for a service.
    SQLListServicesOPToken is used for parsing and specifying the AST used for listing services and their persistence mode.
    SQLConnectOPToken is used for parsing and specifying the AST used for listing snapshots.
    SQLRecoverSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
    SQLRemoveSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.
    SQLResumeServiceOPToken is used for parsing and specifying the AST used for resuming services.
    SQLRetrieveSnapshotOPToken is used for parsing and specifying the AST used for retrieving snapshots.
    SQLSuspendServiceOPToken is used for parsing and specifying the AST used for suspending services.
    SQLValidateSnapshotOPToken is used for parsing and specifying the AST used for creating snapshots.