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 QueryOptionsAuditLogEntry. getOptions()Methods in org.apache.cassandra.audit with parameters of type QueryOptions Modifier and Type Method Description voidAuditLogManager. 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)voidAuditLogManager. 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)voidAuditLogManager. executeFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)voidAuditLogManager. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)voidAuditLogManager. queryFailure(CQLStatement stmt, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)voidAuditLogManager. querySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)AuditLogEntry.BuilderAuditLogEntry.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 QueryOptionsQueryOptions. DEFAULTQueryOptionsUpdateParameters. optionsprotected QueryOptionsBatchQueryOptions. wrappedFields in org.apache.cassandra.cql3 with type parameters of type QueryOptions Modifier and Type Field Description static CBCodec<QueryOptions>QueryOptions. codecMethods in org.apache.cassandra.cql3 that return QueryOptions Modifier and Type Method Description static QueryOptionsQueryOptions. addColumnSpecifications(QueryOptions options, java.util.List<ColumnSpecification> columnSpecs)static QueryOptionsQueryOptions. 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 QueryOptionsQueryOptions. 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 QueryOptionsQueryOptions. forInternalCalls(java.util.List<java.nio.ByteBuffer> values)static QueryOptionsQueryOptions. forInternalCalls(ConsistencyLevel consistency, java.util.List<java.nio.ByteBuffer> values)static QueryOptionsQueryOptions. forInternalCallsWithNowInSec(int nowInSec, ConsistencyLevel consistency, java.util.List<java.nio.ByteBuffer> values)static QueryOptionsQueryOptions. forProtocolVersion(ProtocolVersion protocolVersion)abstract QueryOptionsBatchQueryOptions. forStatement(int i)static QueryOptionsQueryProcessor. makeInternalOptions(CQLStatement prepared, java.lang.Object[] values)static QueryOptionsQueryProcessor. makeInternalOptionsWithNowInSec(CQLStatement prepared, int nowInSec, java.lang.Object[] values)QueryOptionsQueryOptions. prepare(java.util.List<ColumnSpecification> specs)Methods in org.apache.cassandra.cql3 with parameters of type QueryOptions Modifier and Type Method Description static QueryOptionsQueryOptions. addColumnSpecifications(QueryOptions options, java.util.List<ColumnSpecification> columnSpecs)default voidQueryEvents.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 voidQueryEvents.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.ValueConstants.Marker. bind(QueryOptions options)Term.TerminalLists.DelayedValue. bind(QueryOptions options)Term.TerminalLists.Marker. bind(QueryOptions options)Term.TerminalMaps.DelayedValue. bind(QueryOptions options)Term.TerminalMaps.Marker. bind(QueryOptions options)Term.TerminalSets.DelayedValue. bind(QueryOptions options)Term.TerminalSets.Marker. bind(QueryOptions options)Term.TerminalTerm. bind(QueryOptions options)Bind the values in this term to the values contained invalues.Term.TerminalTerm.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.ValueTuples.DelayedValue. bind(QueryOptions options)Tuples.InValueTuples.InMarker. bind(QueryOptions options)Tuples.ValueTuples.Marker. bind(QueryOptions options)UserTypes.ValueUserTypes.DelayedValue. bind(QueryOptions options)Term.TerminalUserTypes.Marker. bind(QueryOptions options)java.nio.ByteBufferConstants.Marker. bindAndGet(QueryOptions options)java.nio.ByteBufferConstants.Value. bindAndGet(QueryOptions options)java.nio.ByteBufferTerm. bindAndGet(QueryOptions options)A shorter for bind(values).get().java.nio.ByteBufferTerm.NonTerminal. bindAndGet(QueryOptions options)java.nio.ByteBufferTerm.Terminal. bindAndGet(QueryOptions options)java.util.List<java.nio.ByteBuffer>Terms. bindAndGet(QueryOptions options)java.nio.ByteBufferTuples.DelayedValue. bindAndGet(QueryOptions options)java.nio.ByteBufferUserTypes.DelayedValue. bindAndGet(QueryOptions options)ResultMessageCQLStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)Execute the statement and return the resulting result or null if there is no result.default voidQueryEvents.Listener. executeFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)ResultMessageCQLStatement. executeLocally(QueryState state, QueryOptions options)Variant of execute used for internal query against the system tables, and thus only query the local node.default voidQueryEvents.Listener. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)static Tuples.InValueTuples.InValue. fromSerialized(java.nio.ByteBuffer value, ListType type, QueryOptions options)longAttributes. getTimestamp(long now, QueryOptions options)intAttributes. getTimeToLive(QueryOptions options, TableMetadata metadata)voidQueryEvents. 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)voidQueryEvents. 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)voidQueryEvents. notifyExecuteFailure(QueryHandler.Prepared prepared, QueryOptions options, QueryState state, java.lang.Exception cause)voidQueryEvents. notifyExecuteSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)voidQueryEvents. notifyQueryFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)voidQueryEvents. notifyQuerySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)CQLStatementCustomPayloadMirroringQueryHandler. parse(java.lang.String query, QueryState state, QueryOptions options)CQLStatementQueryHandler. parse(java.lang.String queryString, QueryState queryState, QueryOptions options)CQLStatementQueryProcessor. parse(java.lang.String queryString, QueryState queryState, QueryOptions options)ResultMessageCustomPayloadMirroringQueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryHandler. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryProcessor. process(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryProcessor. process(CQLStatement prepared, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageCustomPayloadMirroringQueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryHandler. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryProcessor. processPrepared(CQLStatement statement, QueryState state, QueryOptions options, java.util.Map<java.lang.String,java.nio.ByteBuffer> customPayload, Dispatcher.RequestTime requestTime)ResultMessageQueryProcessor. processPrepared(CQLStatement statement, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageQueryProcessor. processStatement(CQLStatement statement, QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)default voidQueryEvents.Listener. queryFailure(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, java.lang.Exception cause)default voidQueryEvents.Listener. querySuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)static BatchQueryOptionsBatchQueryOptions. withoutPerStatementVariables(QueryOptions options)static BatchQueryOptionsBatchQueryOptions. 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, ClientState clientState, 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 voidColumnConditions. addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options)Adds the conditions to the specified CAS request.voidConditions. addConditionsTo(CQL3CasRequest request, Clustering<?> clustering, QueryOptions options)Adds the conditions to the specified CAS request.abstract ColumnCondition.BoundColumnCondition. 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.TerminalFunctionCall. bind(QueryOptions options)java.nio.ByteBufferFunctionCall. 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 voidMultiColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.NotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidMultiColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)Adds to the specified row filter the expressions corresponding to thisRestriction.voidSingleColumnRestriction.ContainsRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.EQRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.INRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.IsNotNullRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.LikeRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidSingleColumnRestriction.SliceRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidTokenRestriction. addRowFilterTo(RowFilter filter, IndexRegistry indexRegistry, QueryOptions options)voidCustomIndexExpression. addToRowFilter(RowFilter filter, TableMetadata table, QueryOptions options)MultiCBuilderMultiColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)MultiCBuilderSingleColumnRestriction.ContainsRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)MultiCBuilderSingleColumnRestriction.SliceRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)default MultiCBuilderSingleRestriction. appendBoundTo(MultiCBuilder builder, Bound bound, QueryOptions options)Appends the values of theSingleRestrictionfor the specified bound to the specified builder.MultiCBuilderMultiColumnRestriction.EQRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderMultiColumnRestriction.INRestriction. appendTo(MultiCBuilder builder, QueryOptions options)Appends the values of thisSingleRestrictionto the specified builder.MultiCBuilderMultiColumnRestriction.NotNullRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderMultiColumnRestriction.SliceRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.ContainsRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.EQRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.INRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.IsNotNullRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.LikeRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleColumnRestriction.SliceRestriction. appendTo(MultiCBuilder builder, QueryOptions options)MultiCBuilderSingleRestriction. appendTo(MultiCBuilder builder, QueryOptions options)Appends the values of thisSingleRestrictionto 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, ClientState state)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, ClientState state)Returns the partition keys for which the data is requested.RowFilterStatementRestrictions. 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, ClientState state)java.util.List<java.nio.ByteBuffer>TokenRestriction.SliceRestriction. values(QueryOptions options, ClientState state) -
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 SelectorSelector.Factory. newInstance(QueryOptions options)Creates a newSelectorinstance.SelectorSimpleSelector.SimpleSelectorFactory. newInstance(QueryOptions options)abstract Selection.SelectorsSelection. 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 voidCQL3CasRequest. addConditions(Clustering<?> clustering, java.util.Collection<ColumnCondition> conds, QueryOptions options)voidModificationStatement. addConditions(Clustering<?> clustering, CQL3CasRequest request, QueryOptions options)java.util.List<java.nio.ByteBuffer>ModificationStatement. buildPartitionKeyNames(QueryOptions options, ClientState state)java.util.NavigableSet<Clustering<?>>ModificationStatement. createClustering(QueryOptions options, ClientState state)SlicesModificationStatement. createSlices(QueryOptions options)ResultMessageAuthenticationStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageAuthorizationStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageBatchStatement. execute(QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageDescribeStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageModificationStatement. execute(QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessage.RowsSelectStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageTruncateStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageUseStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessage.RowsSelectStatement. executeInternal(QueryState state, QueryOptions options, int nowInSec, Dispatcher.RequestTime requestTime)ResultMessageModificationStatement. executeInternalWithCondition(QueryState state, QueryOptions options)ResultMessageModificationStatement. executeInternalWithoutCondition(QueryState queryState, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageAuthenticationStatement. executeLocally(QueryState state, QueryOptions options)ResultMessageAuthorizationStatement. executeLocally(QueryState state, QueryOptions options)ResultMessageBatchStatement. executeLocally(QueryState queryState, QueryOptions options)ResultMessageDescribeStatement. executeLocally(QueryState state, QueryOptions options)ResultMessageModificationStatement. executeLocally(QueryState queryState, QueryOptions options)ResultMessage.RowsSelectStatement. executeLocally(QueryState state, QueryOptions options)ResultMessageTruncateStatement. executeLocally(QueryState state, QueryOptions options)ResultMessageUseStatement. executeLocally(QueryState state, QueryOptions options)java.util.Map<DecoratedKey,java.util.List<Row>>SelectStatement. executeRawInternal(QueryOptions options, ClientState state, int nowInSec)AggregationSpecificationSelectStatement. getAggregationSpec(QueryOptions options)intSelectStatement. getLimit(QueryOptions options)Returns the limit specified by the user.intSelectStatement. getPerPartitionLimit(QueryOptions options)Returns the per partition limit specified by the user.ReadQuerySelectStatement. getQuery(QueryOptions options, int nowInSec)ReadQuerySelectStatement. getQuery(QueryOptions options, ClientState state, ColumnFilter columnFilter, int nowInSec, int userLimit, int perPartitionLimit, int pageSize, AggregationSpecification aggregationSpec)RowFilterSelectStatement. getRowFilter(QueryOptions options)May be used by custom QueryHandler implementationslongModificationStatement. getTimestamp(long now, QueryOptions options)intModificationStatement. getTimeToLive(QueryOptions options)SlicesSelectStatement. makeSlices(QueryOptions options)voidSelectStatement. processPartition(RowIterator partition, QueryOptions options, ResultSetBuilder result, int nowInSec)voidModificationStatement. validateDiskUsage(QueryOptions options, ClientState state) -
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 ResultMessageAlterSchemaStatement. execute(QueryState state, QueryOptions options, Dispatcher.RequestTime requestTime)ResultMessageAlterSchemaStatement. executeLocally(QueryState state, QueryOptions options) -
Uses of QueryOptions in org.apache.cassandra.db.aggregation
Methods in org.apache.cassandra.db.aggregation with parameters of type QueryOptions Modifier and Type Method Description AggregationSpecificationAggregationSpecification.Factory. newInstance(QueryOptions options)Creates a newAggregationSpecificationinstance after having binded the parameters. -
Uses of QueryOptions in org.apache.cassandra.fql
Methods in org.apache.cassandra.fql with parameters of type QueryOptions Modifier and Type Method Description voidFullQueryLogger. 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 queriesvoidFullQueryLogger. executeSuccess(CQLStatement statement, java.lang.String query, QueryOptions options, QueryState state, long queryTime, Message.Response response)voidFullQueryLogger. 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 QueryOptionsBatchMessage. optionsQueryOptionsExecuteMessage. optionsQueryOptionsQueryMessage. optionsConstructors 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)
-