Package | Description |
---|---|
org.apache.cassandra.cql3 | |
org.apache.cassandra.cql3.hooks |
Class and 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 and 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