Package | Description |
---|---|
org.apache.cassandra.cql | |
org.apache.cassandra.cql.hooks | |
org.apache.cassandra.thrift |
Modifier and Type | Method and Description |
---|---|
static CqlResult |
QueryProcessor.processPrepared(CQLStatement statement,
ThriftClientState clientState,
java.util.List<java.nio.ByteBuffer> variables) |
static CqlResult |
QueryProcessor.processStatement(CQLStatement statement,
ExecutionContext context) |
Modifier and Type | Field and Description |
---|---|
CQLStatement |
PreparationContext.statement |
Modifier and Type | Method and Description |
---|---|
CQLStatement |
PreExecutionHook.processStatement(CQLStatement statement,
ExecutionContext context)
Perform pre-processing on a CQL statement prior to it being
executed by the QueryProcessor.
|
Modifier and Type | Method and Description |
---|---|
CQLStatement |
PreExecutionHook.processStatement(CQLStatement statement,
ExecutionContext context)
Perform pre-processing on a CQL statement prior to it being
executed by the QueryProcessor.
|
void |
PostPreparationHook.processStatement(CQLStatement statement,
PreparationContext context)
Called in QueryProcessor, once a CQL statement has been prepared.
|
Constructor and Description |
---|
PreparationContext(ThriftClientState clientState,
java.lang.String queryString,
CQLStatement statement) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,CQLStatement> |
ThriftClientState.getPrepared() |
Copyright © 2014 The Apache Software Foundation