public interface PostExecutionHook
QueryProcessor.| Modifier and Type | Method and Description |
|---|---|
void |
processBatch(BatchStatement batch,
BatchExecutionContext context)
Perform post-processing on a CQL batch directly after
it being executed by the QueryProcessor.
|
void |
processStatement(CQLStatement statement,
ExecutionContext context)
Perform post-processing on a CQL statement directly after
it being executed by the QueryProcessor.
|
void processStatement(CQLStatement statement, ExecutionContext context) throws RequestExecutionException, RequestValidationException
statement - the statement to perform post-processing oncontext - execution context containing additional info
about the operation and statementRequestExecutionException, - RequestValidationExceptionRequestExecutionExceptionRequestValidationExceptionvoid processBatch(BatchStatement batch, BatchExecutionContext context) throws RequestExecutionException, RequestValidationException
batch - the CQL batch to perform post-processing oncontext - execution context containing additional info
about the operation and batchRequestExecutionException, - RequestValidationExceptionRequestExecutionExceptionRequestValidationExceptionCopyright © 2014 The Apache Software Foundation