public interface QueryHandler
Modifier and Type | Method and Description |
---|---|
CQLStatement |
getPrepared(MD5Digest id) |
CQLStatement |
getPreparedForThrift(java.lang.Integer id) |
ResultMessage.Prepared |
prepare(java.lang.String query,
QueryState state) |
ResultMessage |
process(java.lang.String query,
QueryState state,
QueryOptions options) |
ResultMessage |
processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options) |
ResultMessage |
processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options) |
ResultMessage process(java.lang.String query, QueryState state, QueryOptions options) throws RequestExecutionException, RequestValidationException
ResultMessage.Prepared prepare(java.lang.String query, QueryState state) throws RequestValidationException
RequestValidationException
CQLStatement getPrepared(MD5Digest id)
CQLStatement getPreparedForThrift(java.lang.Integer id)
ResultMessage processPrepared(CQLStatement statement, QueryState state, QueryOptions options) throws RequestExecutionException, RequestValidationException
ResultMessage processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options) throws RequestExecutionException, RequestValidationException
Copyright © 2015 The Apache Software Foundation