Uses of Class
com.tangosol.coherence.dslquery.ExecutionContext
-
Packages that use ExecutionContext Package Description com.tangosol.coherence.dslquery Contains packages and classes supporting the Coherence CohQL command line tool.com.tangosol.coherence.dslquery.queryplus This package contains commands that are specific to theQueryPlustool rather than general CohQL commands.com.tangosol.coherence.dslquery.statement This package containsStatementBuilderimplementations.com.tangosol.coherence.dslquery.statement.persistence This package contains classes for persistence related statement builders.com.tangosol.util Contains various generic utilities. -
-
Uses of ExecutionContext in com.tangosol.coherence.dslquery
Fields in com.tangosol.coherence.dslquery declared as ExecutionContext Modifier and Type Field Description protected ExecutionContextQueryPlus. f_contextTheExecutionContextthat will be passed toStatements.Methods in com.tangosol.coherence.dslquery that return ExecutionContext Modifier and Type Method Description ExecutionContextQueryPlus. getExecutionContext()Return the currentExecutionContextpassed toStatements.Methods in com.tangosol.coherence.dslquery with parameters of type ExecutionContext Modifier and Type Method Description StatementResultStatement. execute(ExecutionContext ctx)Execute a CohQL query or command and return the relevantresult.ObjectStatementExecutor. execute(Reader reader, ExecutionContext ctx)Parse and execute all of the CohQL statements read from the specifiedReader.default CompletableFuture<StatementResult>Statement. executeAsync(ExecutionContext ctx)Execute a CohQL query or command asynchronously and return theCompletableFuturewith the relevantresult.StringStatement. getExecutionConfirmation(ExecutionContext ctx)Return a string that will be used as a question to confirm execution of a statement.StatementCoherenceQueryLanguage. prepareStatement(NodeTerm term, ExecutionContext context, List listBindVars, ParameterResolver namedBindVars)Realize an instance of theStatementthat will execute the CohQL statement represented by the AST node.TStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)Realizes an implementation of aStatementthat can be executed to perform a specific CohQL command.voidStatement. sanityCheck(ExecutionContext ctx)Perform sanity checks on the statement that will be executed. -
Uses of ExecutionContext in com.tangosol.coherence.dslquery.queryplus
Methods in com.tangosol.coherence.dslquery.queryplus with parameters of type ExecutionContext Modifier and Type Method Description StatementResultServicesStatementBuilder.ServicesQueryPlusStatement. dumpServiceInfo(ExecutionContext ctx)Return information about the current set of Coherence services.StatementResultCommandsStatementBuilder.CommandsQueryPlusStatement. execute(ExecutionContext ctx)StatementResultExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatement. execute(ExecutionContext ctx)StatementResultHelpStatementBuilder.HelpQueryPlusStatement. execute(ExecutionContext ctx)StatementResultSanityCheckStatementBuilder.SanityCheckQueryPlusStatement. execute(ExecutionContext ctx)StatementResultServicesStatementBuilder.ServicesQueryPlusStatement. execute(ExecutionContext ctx)StatementResultSetTimeoutStatementBuilder.SetTimeoutStatement. execute(ExecutionContext ctx)Set the current timeout to be used by the CohQL session.StatementResultTraceStatementBuilder.TraceQueryPlusStatement. execute(ExecutionContext ctx)StatementResultWheneverStatementBuilder.WheneverQueryPlusStatement. execute(ExecutionContext ctx)StringAbstractQueryPlusStatementBuilder.AbstractStatement. getExecutionConfirmation(ExecutionContext ctx)CommandsStatementBuilder.CommandsQueryPlusStatementCommandsStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ExtendedLanguageStatementBuilder.ExtendedLanguageQueryPlusStatementExtendedLanguageStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)HelpStatementBuilder.HelpQueryPlusStatementHelpStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)SanityCheckStatementBuilder.SanityCheckQueryPlusStatementSanityCheckStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ServicesStatementBuilder.ServicesQueryPlusStatementServicesStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)StatementSetTimeoutStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)TraceStatementBuilder.TraceQueryPlusStatementTraceStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)WheneverStatementBuilder.WheneverQueryPlusStatementWheneverStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)voidAbstractQueryPlusStatementBuilder.AbstractStatement. sanityCheck(ExecutionContext ctx) -
Uses of ExecutionContext in com.tangosol.coherence.dslquery.statement
Methods in com.tangosol.coherence.dslquery.statement with parameters of type ExecutionContext Modifier and Type Method Description protected voidAbstractStatement. assertCacheName(String sName, ExecutionContext ctx)Test to see whether the given String is a known cache name.protected com.tangosol.coherence.dslquery.internal.UpdateSetListMakerInsertStatementBuilder. createUpdateSetListMaker(ExecutionContext ctx, List listBindVars, ParameterResolver namedBindVars)Create anUpdateSetListMaker.protected com.tangosol.coherence.dslquery.internal.UpdateSetListMakerUpdateStatementBuilder. createUpdateSetListMaker(ExecutionContext context, List listBindVars, ParameterResolver namedBindVars)Create an instance of anUpdateSetListMaker.protected static FilterAbstractStatementBuilder. ensureFilter(NodeTerm termWhere, String sCacheName, String sAlias, List listBindVars, ParameterResolver namedBindVars, ExecutionContext ctx)Build aFilterfor the given cache using the given where clause, alias and bind environments.StatementResultBackupStatementBuilder.BackupStatement. execute(ExecutionContext ctx)StatementResultCreateCacheStatementBuilder.CreateCacheStatement. execute(ExecutionContext ctx)StatementResultCreateIndexStatementBuilder.CreateIndexStatement. execute(ExecutionContext ctx)StatementResultDeleteStatementBuilder.DeleteStatement. execute(ExecutionContext ctx)StatementResultDropCacheStatementBuilder.DropCacheStatement. execute(ExecutionContext ctx)StatementResultDropIndexStatementBuilder.DropIndexStatement. execute(ExecutionContext ctx)StatementResultInsertStatementBuilder.InsertStatement. execute(ExecutionContext ctx)StatementResultQueryRecorderStatementBuilder.QueryRecorderStatement. execute(ExecutionContext ctx)StatementResultRestoreStatementBuilder.RestoreStatement. execute(ExecutionContext ctx)CompletableFuture<StatementResult>SelectStatementBuilder.AsyncSelectStatement. execute(ExecutionContext ctx)StatementResultSelectStatementBuilder.SelectStatement. execute(ExecutionContext ctx)StatementResultSourceStatementBuilder.SourceStatement. execute(ExecutionContext ctx)StatementResultTruncateCacheStatementBuilder.TruncateCacheStatement. execute(ExecutionContext ctx)StatementResultUpdateStatementBuilder.UpdateStatement. execute(ExecutionContext ctx)CompletableFuture<StatementResult>DeleteStatementBuilder.DeleteStatement. executeAsync(ExecutionContext ctx)CompletableFuture<StatementResult>InsertStatementBuilder.InsertStatement. executeAsync(ExecutionContext ctx)CompletableFuture<StatementResult>SelectStatementBuilder.SelectStatement. executeAsync(ExecutionContext ctx)CompletableFuture<StatementResult>UpdateStatementBuilder.UpdateStatement. executeAsync(ExecutionContext ctx)StringAbstractStatement. getExecutionConfirmation(ExecutionContext ctx)BackupStatementBuilder.BackupStatementBackupStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)CreateCacheStatementBuilder.CreateCacheStatementCreateCacheStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)CreateIndexStatementBuilder.CreateIndexStatementCreateIndexStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)DeleteStatementBuilder.DeleteStatementDeleteStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)DropCacheStatementBuilder.DropCacheStatementDropCacheStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)DropIndexStatementBuilder.DropIndexStatementDropIndexStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)InsertStatementBuilder.InsertStatementInsertStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)QueryRecorderStatementBuilder.QueryRecorderStatementQueryRecorderStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)RestoreStatementBuilder.RestoreStatementRestoreStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)SelectStatementBuilder.SelectStatementSelectStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)SourceStatementBuilder.SourceStatementSourceStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)TruncateCacheStatementBuilder.TruncateCacheStatementTruncateCacheStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)UpdateStatementBuilder.UpdateStatementUpdateStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)voidAbstractStatement. sanityCheck(ExecutionContext ctx)voidBackupStatementBuilder.BackupStatement. sanityCheck(ExecutionContext ctx)voidCreateIndexStatementBuilder.CreateIndexStatement. sanityCheck(ExecutionContext ctx)voidDeleteStatementBuilder.DeleteStatement. sanityCheck(ExecutionContext ctx)voidDropCacheStatementBuilder.DropCacheStatement. sanityCheck(ExecutionContext ctx)voidDropIndexStatementBuilder.DropIndexStatement. sanityCheck(ExecutionContext ctx)voidInsertStatementBuilder.InsertStatement. sanityCheck(ExecutionContext ctx)voidQueryRecorderStatementBuilder.QueryRecorderStatement. sanityCheck(ExecutionContext ctx)voidSelectStatementBuilder.SelectStatement. sanityCheck(ExecutionContext ctx)voidTruncateCacheStatementBuilder.TruncateCacheStatement. sanityCheck(ExecutionContext ctx)voidUpdateStatementBuilder.UpdateStatement. sanityCheck(ExecutionContext ctx)StatementResultSourceStatementBuilder.SourceStatement. source(String sFileName, ExecutionContext ctx)Attempt to parse, build, and execute from the given file of statements tracing on the given PrintWriter if the given flag indicates the need to trace. -
Uses of ExecutionContext in com.tangosol.coherence.dslquery.statement.persistence
Methods in com.tangosol.coherence.dslquery.statement.persistence with parameters of type ExecutionContext Modifier and Type Method Description StatementResultArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement. execute(ExecutionContext ctx)StatementResultCreateSnapshotStatementBuilder.CreateSnapshotStatement. execute(ExecutionContext ctx)StatementResultForceRecoveryStatementBuilder.ForceRecoveryStatement. execute(ExecutionContext ctx)StatementResultListArchiverStatementBuilder.ListArchiverStatement. execute(ExecutionContext ctx)StatementResultListServicesStatementBuilder.ListServicesStatement. execute(ExecutionContext ctx)StatementResultListSnapshotsStatementBuilder.ListSnapshotsStatement. execute(ExecutionContext ctx)StatementResultRecoverSnapshotStatementBuilder.RecoverSnapshotStatement. execute(ExecutionContext ctx)StatementResultRemoveSnapshotStatementBuilder.RemoveSnapshotStatement. execute(ExecutionContext ctx)StatementResultResumeServiceStatementBuilder.ResumeServiceStatement. execute(ExecutionContext ctx)StatementResultRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement. execute(ExecutionContext ctx)StatementResultSuspendServiceStatementBuilder.SuspendServiceStatement. execute(ExecutionContext ctx)StatementResultValidateSnapshotStatementBuilder.ValidateSnapshotStatement. execute(ExecutionContext ctx)StringArchiveSnapshotStatementBuilder.ArchiveSnapshotStatement. getExecutionConfirmation(ExecutionContext ctx)StringCreateSnapshotStatementBuilder.CreateSnapshotStatement. getExecutionConfirmation(ExecutionContext ctx)StringForceRecoveryStatementBuilder.ForceRecoveryStatement. getExecutionConfirmation(ExecutionContext ctx)StringRecoverSnapshotStatementBuilder.RecoverSnapshotStatement. getExecutionConfirmation(ExecutionContext ctx)StringRemoveSnapshotStatementBuilder.RemoveSnapshotStatement. getExecutionConfirmation(ExecutionContext ctx)StringResumeServiceStatementBuilder.ResumeServiceStatement. getExecutionConfirmation(ExecutionContext ctx)StringRetrieveSnapshotStatementBuilder.RetrieveSnapshotStatement. getExecutionConfirmation(ExecutionContext ctx)StringSuspendServiceStatementBuilder.SuspendServiceStatement. getExecutionConfirmation(ExecutionContext ctx)ArchiveSnapshotStatementBuilder.ArchiveSnapshotStatementArchiveSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)CreateSnapshotStatementBuilder.CreateSnapshotStatementCreateSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ForceRecoveryStatementBuilder.ForceRecoveryStatementForceRecoveryStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ListArchiverStatementBuilder.ListArchiverStatementListArchiverStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ListServicesStatementBuilder.ListServicesStatementListServicesStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ListSnapshotsStatementBuilder.ListSnapshotsStatementListSnapshotsStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)RecoverSnapshotStatementBuilder.RecoverSnapshotStatementRecoverSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)RemoveSnapshotStatementBuilder.RemoveSnapshotStatementRemoveSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ResumeServiceStatementBuilder.ResumeServiceStatementResumeServiceStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)RetrieveSnapshotStatementBuilder.RetrieveSnapshotStatementRetrieveSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)SuspendServiceStatementBuilder.SuspendServiceStatementSuspendServiceStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars)ValidateSnapshotStatementBuilder.ValidateSnapshotStatementValidateSnapshotStatementBuilder. realize(ExecutionContext ctx, NodeTerm term, List listBindVars, ParameterResolver namedBindVars) -
Uses of ExecutionContext in com.tangosol.util
Methods in com.tangosol.util that return ExecutionContext Modifier and Type Method Description protected static ExecutionContextQueryHelper. createCommonExecutionContext()Create a newExecutionContext.static ExecutionContextQueryHelper. createExecutionContext(ConfigurableCacheFactory factory)Create a newExecutionContext.static ExecutionContextQueryHelper. createExecutionContext(Session session)Create a newExecutionContext.Methods in com.tangosol.util with parameters of type ExecutionContext Modifier and Type Method Description static StatementQueryHelper. createStatement(String sStatement, ExecutionContext context)Creates a newCoherence Query LanguageStatementfrom the provided query string.static StatementQueryHelper. createStatement(String sStatement, ExecutionContext context, Object[] oaPositionalParams)Creates a newCoherence Query LanguageStatementfrom the provided query string.protected static StatementQueryHelper. createStatement(String sStatement, ExecutionContext context, Object[] aoPositionalParams, Map<String,Object> mapBindingParams)Creates a newCoherence Query LanguageStatementfrom the provided query string.static StatementQueryHelper. createStatement(String sStatement, ExecutionContext context, Map<String,Object> mapBindingParams)Creates a newCoherence Query LanguageStatementfrom the provided query string.static ObjectQueryHelper. executeStatement(String sStatement, ExecutionContext context)Execute a CohQL statement.
-