public class CustomPayloadMirroringQueryHandler extends java.lang.Object implements QueryHandler
| Constructor and Description | 
|---|
| CustomPayloadMirroringQueryHandler() | 
| Modifier and Type | Method and Description | 
|---|---|
| ParsedStatement.Prepared | getPrepared(MD5Digest id) | 
| ParsedStatement.Prepared | getPreparedForThrift(java.lang.Integer id) | 
| ResultMessage.Prepared | prepare(java.lang.String query,
       QueryState state,
       java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) | 
| ResultMessage | process(java.lang.String query,
       QueryState state,
       QueryOptions options,
       java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
       long queryStartNanoTime) | 
| ResultMessage | processBatch(BatchStatement statement,
            QueryState state,
            BatchQueryOptions options,
            java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
            long queryStartNanoTime) | 
| ResultMessage | processPrepared(CQLStatement statement,
               QueryState state,
               QueryOptions options,
               java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload,
               long queryStartNanoTime) | 
public ResultMessage process(java.lang.String query, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
process in interface QueryHandlerpublic ResultMessage.Prepared prepare(java.lang.String query, QueryState state, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)
prepare in interface QueryHandlerpublic ParsedStatement.Prepared getPrepared(MD5Digest id)
getPrepared in interface QueryHandlerpublic ParsedStatement.Prepared getPreparedForThrift(java.lang.Integer id)
getPreparedForThrift in interface QueryHandlerpublic ResultMessage processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
processPrepared in interface QueryHandlerpublic ResultMessage processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
processBatch in interface QueryHandlerCopyright © 2018 The Apache Software Foundation