public interface QueryHandler
Modifier and Type | Interface and Description |
---|---|
static class |
QueryHandler.Prepared |
Modifier and Type | Method and Description |
---|---|
QueryHandler.Prepared |
getPrepared(MD5Digest id) |
CQLStatement |
parse(java.lang.String queryString,
QueryState queryState,
QueryOptions options) |
ResultMessage.Prepared |
prepare(java.lang.String query,
ClientState clientState,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
ResultMessage |
process(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
Dispatcher.RequestTime requestTime) |
ResultMessage |
processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
Dispatcher.RequestTime requestTime) |
ResultMessage |
processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
Dispatcher.RequestTime requestTime) |
CQLStatement parse(java.lang.String queryString, QueryState queryState, QueryOptions options)
ResultMessage process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) throws RequestExecutionException, RequestValidationException
ResultMessage.Prepared prepare(java.lang.String query, ClientState clientState, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) throws RequestValidationException
RequestValidationException
QueryHandler.Prepared getPrepared(MD5Digest id)
ResultMessage processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) throws RequestExecutionException, RequestValidationException
ResultMessage processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime) throws RequestExecutionException, RequestValidationException
Copyright © 2009- The Apache Software Foundation