Uses of Class
org.apache.cassandra.cql3.QueryOptions
-
-
Uses of QueryOptions in org.apache.cassandra.audit
Methods in org.apache.cassandra.audit that return QueryOptions Modifier and Type Method Description QueryOptions
AuditLogEntry. getOptions()
Methods in org.apache.cassandra.audit with parameters of type QueryOptions Modifier and Type Method Description void
AuditLogManager. batchFailure(BatchStatement.Type batchType, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, java.lang.Exception cause)
void
AuditLogManager. batchSuccess(BatchStatement.Type batchType, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response)
void
AuditLogManager. executeFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)
void
AuditLogManager. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
void
AuditLogManager. queryFailure(CQLStatement stmt, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)
void
AuditLogManager. querySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
AuditLogEntry.Builder
AuditLogEntry.Builder. setOptions(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3
Fields in org.apache.cassandra.cql3 declared as QueryOptions Modifier and Type Field Description static QueryOptions
QueryOptions. DEFAULT
QueryOptions
UpdateParameters. options
protected QueryOptions
BatchQueryOptions. wrapped
Fields in org.apache.cassandra.cql3 with type parameters of type QueryOptions Modifier and Type Field Description static CBCodec<QueryOptions>
QueryOptions. codec
Methods in org.apache.cassandra.cql3 that return QueryOptions Modifier and Type Method Description static QueryOptions
QueryOptions. addColumnSpecifications(QueryOptions options, java.util.List<ColumnSpecification> columnSpecs)
static QueryOptions
QueryOptions. create(ConsistencyLevel consistency, java.util.List<java.nio.ByteBuffer> values, boolean skipMetadata, int pageSize, PagingState pagingState, ConsistencyLevel serialConsistency, ProtocolVersion version, java.lang.String keyspace)
static QueryOptions
QueryOptions. create(ConsistencyLevel consistency, java.util.List<java.nio.ByteBuffer> values, boolean skipMetadata, int pageSize, PagingState pagingState, ConsistencyLevel serialConsistency, ProtocolVersion version, java.lang.String keyspace, long timestamp, int nowInSeconds)
static QueryOptions
QueryOptions. forInternalCalls(java.util.List<java.nio.ByteBuffer> values)
static QueryOptions
QueryOptions. forInternalCalls(ConsistencyLevel consistency, java.util.List<java.nio.ByteBuffer> values)
static QueryOptions
QueryOptions. forProtocolVersion(ProtocolVersion protocolVersion)
abstract QueryOptions
BatchQueryOptions. forStatement(int i)
static QueryOptions
QueryProcessor. makeInternalOptions(CQLStatement prepared, java.lang.Object[] values)
QueryOptions
QueryOptions. prepare(java.util.List<ColumnSpecification> specs)
Methods in org.apache.cassandra.cql3 with parameters of type QueryOptions Modifier and Type Method Description static QueryOptions
QueryOptions. addColumnSpecifications(QueryOptions options, java.util.List<ColumnSpecification> columnSpecs)
default void
QueryEvents.Listener. batchFailure(BatchStatement.Type batchType, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, java.lang.Exception cause)
default void
QueryEvents.Listener. batchSuccess(BatchStatement.Type batchType, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response)
Constants.Value
Constants.Marker. bind(QueryOptions options)
Term.Terminal
Lists.DelayedValue. bind(QueryOptions options)
Term.Terminal
Lists.Marker. bind(QueryOptions options)
Term.Terminal
Maps.DelayedValue. bind(QueryOptions options)
Term.Terminal
Maps.Marker. bind(QueryOptions options)
Term.Terminal
Sets.DelayedValue. bind(QueryOptions options)
Term.Terminal
Sets.Marker. bind(QueryOptions options)
Term.Terminal
Term. bind(QueryOptions options)
Bind the values in this term to the values contained invalues
.Term.Terminal
Term.Terminal. bind(QueryOptions options)
java.util.List<Term.Terminal>
Terms. bind(QueryOptions options)
Bind the values in these terms to the values contained inoptions
.Tuples.Value
Tuples.DelayedValue. bind(QueryOptions options)
Tuples.InValue
Tuples.InMarker. bind(QueryOptions options)
Tuples.Value
Tuples.Marker. bind(QueryOptions options)
UserTypes.Value
UserTypes.DelayedValue. bind(QueryOptions options)
Term.Terminal
UserTypes.Marker. bind(QueryOptions options)
java.nio.ByteBuffer
Constants.Marker. bindAndGet(QueryOptions options)
java.nio.ByteBuffer
Constants.Value. bindAndGet(QueryOptions options)
java.nio.ByteBuffer
Term. bindAndGet(QueryOptions options)
A shorter for bind(values).get().java.nio.ByteBuffer
Term.NonTerminal. bindAndGet(QueryOptions options)
java.nio.ByteBuffer
Term.Terminal. bindAndGet(QueryOptions options)
java.util.List<java.nio.ByteBuffer>
Terms. bindAndGet(QueryOptions options)
java.nio.ByteBuffer
Tuples.DelayedValue. bindAndGet(QueryOptions options)
java.nio.ByteBuffer
UserTypes.DelayedValue. bindAndGet(QueryOptions options)
ResultMessage
CQLStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
Execute the statement and return the resulting result or null if there is no result.default void
QueryEvents.Listener. executeFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)
ResultMessage
CQLStatement. executeLocally(QueryState state, QueryOptions options)
Variant of execute used for internal query against the system tables, and thus only query the local node.default void
QueryEvents.Listener. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
static Tuples.InValue
Tuples.InValue. fromSerialized(java.nio.ByteBuffer value, ListType type, QueryOptions options)
long
Attributes. getTimestamp(long now, QueryOptions options)
int
Attributes. getTimeToLive(QueryOptions options, TableMetadata metadata)
void
QueryEvents. notifyBatchFailure(java.util.List<QueryHandler.Prepared> prepared, BatchStatement.Type batchType, java.util.List<java.lang.Object> queryOrIdList, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, java.lang.Exception cause)
void
QueryEvents. notifyBatchSuccess(BatchStatement.Type batchType, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options, QueryState state, long queryTime, Message.Response response)
void
QueryEvents. notifyExecuteFailure(QueryHandler.Prepared prepared, QueryOptions options, QueryState state, java.lang.Exception cause)
void
QueryEvents. notifyExecuteSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
void
QueryEvents. notifyQueryFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)
void
QueryEvents. notifyQuerySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
CQLStatement
CustomPayloadMirroringQueryHandler. parse(java.lang.String query, QueryState state, QueryOptions options)
CQLStatement
QueryHandler. parse(java.lang.String queryString, QueryState queryState, QueryOptions options)
CQLStatement
QueryProcessor. parse(java.lang.String queryString, QueryState queryState, QueryOptions options)
ResultMessage
CustomPayloadMirroringQueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. process(CQLStatement prepared, QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
QueryProcessor. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
CustomPayloadMirroringQueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. processPrepared(CQLStatement statement, QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
QueryProcessor. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, long queryStartNanoTime)
ResultMessage
QueryProcessor. processStatement(CQLStatement statement, QueryState queryState, QueryOptions options, long queryStartNanoTime)
default void
QueryEvents.Listener. queryFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)
default void
QueryEvents.Listener. querySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
static BatchQueryOptions
BatchQueryOptions. withoutPerStatementVariables(QueryOptions options)
static BatchQueryOptions
BatchQueryOptions. withPerStatementVariables(QueryOptions options, java.util.List<java.util.List<java.nio.ByteBuffer>> variables, java.util.List<java.lang.Object> queryOrIdList)
Constructors in org.apache.cassandra.cql3 with parameters of type QueryOptions Constructor Description BatchQueryOptions(QueryOptions wrapped, java.util.List<java.lang.Object> queryOrIdList)
UpdateParameters(TableMetadata metadata, RegularAndStaticColumns updatedColumns, QueryOptions options, long timestamp, int nowInSec, int ttl, java.util.Map<DecoratedKey,Partition> prefetchedRows)
-
Uses of QueryOptions in org.apache.cassandra.cql3.conditions
Methods in org.apache.cassandra.cql3.conditions with parameters of type QueryOptions Modifier and Type Method Description void
ColumnConditions. addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options)
Adds the conditions to the specified CAS request.void
Conditions. addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options)
Adds the conditions to the specified CAS request.abstract ColumnCondition.Bound
ColumnCondition. bind(QueryOptions options)
protected java.util.List<java.nio.ByteBuffer>
ColumnCondition. bindAndGetTerms(QueryOptions options)
protected java.util.List<Term.Terminal>
ColumnCondition. bindTerms(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3.functions
Methods in org.apache.cassandra.cql3.functions with parameters of type QueryOptions Modifier and Type Method Description Term.Terminal
FunctionCall. bind(QueryOptions options)
java.nio.ByteBuffer
FunctionCall. bindAndGet(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3.restrictions
Methods in org.apache.cassandra.cql3.restrictions with parameters of type QueryOptions Modifier and Type Method Description void
MultiColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
MultiColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
MultiColumnRestriction.NotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
MultiColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
Restriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
Adds to the specified row filter the expressions corresponding to thisRestriction
.void
SingleColumnRestriction.ContainsRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
SingleColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
SingleColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
SingleColumnRestriction.IsNotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
SingleColumnRestriction.LikeRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
SingleColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
TokenRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)
void
CustomIndexExpression. addToRowFilter(RowFilter filter, TableMetadata table, QueryOptions options)
MultiCBuilder
MultiColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.ContainsRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)
default MultiCBuilder
SingleRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)
Appends the values of theSingleRestriction
for the specified bound to the specified builder.MultiCBuilder
MultiColumnRestriction.EQRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
MultiColumnRestriction.INRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
Appends the values of thisSingleRestriction
to the specified builder.MultiCBuilder
MultiColumnRestriction.NotNullRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
MultiColumnRestriction.SliceRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.ContainsRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.EQRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.INRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.IsNotNullRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.LikeRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleColumnRestriction.SliceRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
MultiCBuilder
SingleRestriction. appendTo(MultiCBuilder builder, QueryOptions options)
Appends the values of thisSingleRestriction
to the specified builder.java.util.List<java.nio.ByteBuffer>
TokenRestriction.EQRestriction. bounds(Bound b, QueryOptions options)
java.util.List<java.nio.ByteBuffer>
TokenRestriction.SliceRestriction. bounds(Bound b, QueryOptions options)
java.util.NavigableSet<Clustering<?>>
StatementRestrictions. getClusteringColumns(QueryOptions options)
Returns the requested clustering columns.java.util.NavigableSet<ClusteringBound<?>>
StatementRestrictions. getClusteringColumnsBounds(Bound b, QueryOptions options)
Returns the bounds (start or end) of the clustering columns.AbstractBounds<PartitionPosition>
StatementRestrictions. getPartitionKeyBounds(QueryOptions options)
Returns the partition key bounds.java.util.List<java.nio.ByteBuffer>
StatementRestrictions. getPartitionKeys(QueryOptions options)
Returns the partition keys for which the data is requested.RowFilter
StatementRestrictions. getRowFilter(IndexRegistry indexRegistry, QueryOptions options)
protected abstract java.util.List<java.nio.ByteBuffer>
SingleColumnRestriction.INRestriction. getValues(QueryOptions options)
protected java.util.List<java.nio.ByteBuffer>
SingleColumnRestriction.InRestrictionWithMarker. getValues(QueryOptions options)
protected java.util.List<java.nio.ByteBuffer>
SingleColumnRestriction.InRestrictionWithValues. getValues(QueryOptions options)
protected abstract java.util.List<java.util.List<java.nio.ByteBuffer>>
MultiColumnRestriction.INRestriction. splitValues(QueryOptions options)
protected java.util.List<java.util.List<java.nio.ByteBuffer>>
MultiColumnRestriction.InRestrictionWithMarker. splitValues(QueryOptions options)
protected java.util.List<java.util.List<java.nio.ByteBuffer>>
MultiColumnRestriction.InRestrictionWithValues. splitValues(QueryOptions options)
java.util.List<java.nio.ByteBuffer>
TokenRestriction.EQRestriction. values(QueryOptions options)
java.util.List<java.nio.ByteBuffer>
TokenRestriction.SliceRestriction. values(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3.selection
Methods in org.apache.cassandra.cql3.selection with parameters of type QueryOptions Modifier and Type Method Description abstract Selector
Selector.Factory. newInstance(QueryOptions options)
Creates a newSelector
instance.Selector
SimpleSelector.SimpleSelectorFactory. newInstance(QueryOptions options)
abstract Selection.Selectors
Selection. newSelectors(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3.statements
Methods in org.apache.cassandra.cql3.statements with parameters of type QueryOptions Modifier and Type Method Description void
CQL3CasRequest. addConditions(Clustering<?> clustering, java.util.Collection<ColumnCondition> conds, QueryOptions options)
void
ModificationStatement. addConditions(Clustering<?> clustering, CQL3CasRequest request, QueryOptions options)
java.util.List<java.nio.ByteBuffer>
ModificationStatement. buildPartitionKeyNames(QueryOptions options)
java.util.NavigableSet<Clustering<?>>
ModificationStatement. createClustering(QueryOptions options)
ResultMessage
AuthenticationStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
AuthorizationStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
BatchStatement. execute(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
DescribeStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
ModificationStatement. execute(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage.Rows
SelectStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
TruncateStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
UseStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage.Rows
SelectStatement. executeInternal(QueryState state, QueryOptions options, int nowInSec, long queryStartNanoTime)
ResultMessage
ModificationStatement. executeInternalWithCondition(QueryState state, QueryOptions options)
ResultMessage
ModificationStatement. executeInternalWithoutCondition(QueryState queryState, QueryOptions options, long queryStartNanoTime)
ResultMessage
AuthenticationStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
AuthorizationStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
BatchStatement. executeLocally(QueryState queryState, QueryOptions options)
ResultMessage
DescribeStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
ModificationStatement. executeLocally(QueryState queryState, QueryOptions options)
ResultMessage.Rows
SelectStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
TruncateStatement. executeLocally(QueryState state, QueryOptions options)
ResultMessage
UseStatement. executeLocally(QueryState state, QueryOptions options)
int
SelectStatement. getLimit(QueryOptions options)
Returns the limit specified by the user.int
SelectStatement. getPerPartitionLimit(QueryOptions options)
Returns the per partition limit specified by the user.ReadQuery
SelectStatement. getQuery(QueryOptions options, int nowInSec)
ReadQuery
SelectStatement. getQuery(QueryOptions options, ColumnFilter columnFilter, int nowInSec, int userLimit, int perPartitionLimit, int pageSize)
RowFilter
SelectStatement. getRowFilter(QueryOptions options)
May be used by custom QueryHandler implementationslong
ModificationStatement. getTimestamp(long now, QueryOptions options)
int
ModificationStatement. getTimeToLive(QueryOptions options)
Slices
SelectStatement. makeSlices(QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.cql3.statements.schema
Methods in org.apache.cassandra.cql3.statements.schema with parameters of type QueryOptions Modifier and Type Method Description ResultMessage
AlterSchemaStatement. execute(QueryState state, QueryOptions options, long queryStartNanoTime)
ResultMessage
AlterSchemaStatement. executeLocally(QueryState state, QueryOptions options)
-
Uses of QueryOptions in org.apache.cassandra.fql
Methods in org.apache.cassandra.fql with parameters of type QueryOptions Modifier and Type Method Description void
FullQueryLogger. batchSuccess(BatchStatement.Type type, java.util.List<? extends CQLStatement> statements, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis, Message.Response response)
Log an invocation of a batch of queriesvoid
FullQueryLogger. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)
void
FullQueryLogger. querySuccess(CQLStatement statement, java.lang.String query, QueryOptions queryOptions, QueryState queryState, long queryTimeMillis, Message.Response response)
Log a single CQL queryConstructors in org.apache.cassandra.fql with parameters of type QueryOptions Constructor Description Batch(BatchStatement.Type batchType, java.util.List<java.lang.String> queries, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions queryOptions, QueryState queryState, long batchTimeMillis)
Query(java.lang.String query, QueryOptions queryOptions, QueryState queryState, long queryStartTime)
-
Uses of QueryOptions in org.apache.cassandra.transport.messages
Fields in org.apache.cassandra.transport.messages declared as QueryOptions Modifier and Type Field Description QueryOptions
BatchMessage. options
QueryOptions
ExecuteMessage. options
QueryOptions
QueryMessage. options
Constructors in org.apache.cassandra.transport.messages with parameters of type QueryOptions Constructor Description BatchMessage(BatchStatement.Type type, java.util.List<java.lang.Object> queryOrIdList, java.util.List<java.util.List<java.nio.ByteBuffer>> values, QueryOptions options)
ExecuteMessage(MD5Digest statementId, MD5Digest resultMetadataId, QueryOptions options)
QueryMessage(java.lang.String query, QueryOptions options)
-