Interface | Description |
---|---|
PostExecutionHook |
Run after the CQL Statement is executed in
QueryProcessor . |
PostPreparationHook |
Run directly after a CQL Statement is prepared in
QueryProcessor . |
PreExecutionHook |
Run before the CQL Statement is executed in
QueryProcessor . |
Class | Description |
---|---|
BatchExecutionContext |
Contextual information about the execution of a CQL Batch.
|
ExecutionContext |
Contextual information about the execution of a CQLStatement.
|
PreparationContext |
Contextual information about the preparation of a CQLStatement.
|
Copyright © 2013 The Apache Software Foundation