Package | Description |
---|---|
org.apache.cassandra.cql3.hooks |
Modifier and Type | Method and Description |
---|---|
void |
PostExecutionHook.processBatch(BatchStatement batch,
BatchExecutionContext context)
Perform post-processing on a CQL batch directly after
it being executed by the QueryProcessor.
|
BatchStatement |
PreExecutionHook.processBatch(BatchStatement batch,
BatchExecutionContext context)
Perform pre-processing on a CQL batch prior to it being
executed by the QueryProcessor.
|
Copyright © 2014 The Apache Software Foundation