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) |
ResultMessage |
processBatch(BatchStatement statement,
QueryState state,
BatchQueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
ResultMessage |
processPrepared(CQLStatement statement,
QueryState state,
QueryOptions options,
java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload) |
public ResultMessage process(java.lang.String query, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)
process
in interface QueryHandler
public ResultMessage.Prepared prepare(java.lang.String query, QueryState state, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)
prepare
in interface QueryHandler
public ParsedStatement.Prepared getPrepared(MD5Digest id)
getPrepared
in interface QueryHandler
public ParsedStatement.Prepared getPreparedForThrift(java.lang.Integer id)
getPreparedForThrift
in interface QueryHandler
public ResultMessage processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)
processPrepared
in interface QueryHandler
public ResultMessage processBatch(BatchStatement statement, QueryState state, BatchQueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload)
processBatch
in interface QueryHandler
Copyright © 2017 The Apache Software Foundation