| Package | Description |
|---|---|
| com.tangosol.coherence.dslquery.internal | |
| com.tangosol.coherence.dslquery.statement.persistence |
| Modifier and Type | Method and Description |
|---|---|
static CohQLException |
PersistenceToolsHelper.ensureCohQLException(Throwable eCause,
String sMsg)
Return a CohQLException with the given cause.
|
| Modifier and Type | Method and Description |
|---|---|
static PersistenceToolsHelper |
PersistenceToolsHelper.ensurePersistenceToolsHelper(ExecutionContext ctx)
Ensure a
PersistenceToolsHelper exists within the CohQL ExecutionContext
which can be used to issue cluster related Persistence commands. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractSnapshotStatement.validateSnapshotName(String sSnapshotName)
Validate that the snapshot name conforms to standard.
|