Modifier and Type | Class and Description |
---|---|
class |
PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
class |
SinglePartitionNamesCommand
General interface for storage-engine read queries.
|
class |
SinglePartitionReadCommand<F extends ClusteringIndexFilter>
A read command that selects a (part of a) single partition.
|
class |
SinglePartitionSliceCommand
General interface for storage-engine read queries.
|
Modifier and Type | Field and Description |
---|---|
static IVersionedSerializer<ReadCommand> |
ReadCommand.serializer |
Modifier and Type | Method and Description |
---|---|
abstract ReadCommand |
AbstractReadCommandBuilder.build() |
ReadCommand |
AbstractReadCommandBuilder.SinglePartitionBuilder.build() |
ReadCommand |
AbstractReadCommandBuilder.SinglePartitionSliceBuilder.build() |
ReadCommand |
AbstractReadCommandBuilder.PartitionRangeBuilder.build() |
abstract ReadCommand |
ReadCommand.copy()
Returns a copy of this command.
|
abstract ReadCommand |
ReadCommand.SelectionDeserializer.deserialize(DataInputPlus in,
int version,
boolean isDigest,
boolean isForThrift,
CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits) |
ReadCommand |
ReadCommand.setIsDigestQuery(boolean isDigestQuery)
Sets whether this command should be a digest one or not.
|
Modifier and Type | Method and Description |
---|---|
MessageOut<ReadCommand> |
ReadCommand.createMessage()
Creates a message for this command.
|
Modifier and Type | Method and Description |
---|---|
static ReadOrderGroup |
ReadOrderGroup.forCommand(ReadCommand command) |
Modifier and Type | Method and Description |
---|---|
void |
ReadCommandVerbHandler.doVerb(MessageIn<ReadCommand> message,
int id) |
Modifier and Type | Method and Description |
---|---|
SecondaryIndexSearcher |
SecondaryIndexManager.getBestIndexSearcherFor(ReadCommand command) |
java.util.List<SecondaryIndexSearcher> |
SecondaryIndexManager.getIndexSearchersFor(ReadCommand command)
Get a list of IndexSearchers from the union of expression index types
|
RowFilter.Expression |
SecondaryIndexSearcher.primaryClause(ReadCommand command) |
protected abstract UnfilteredPartitionIterator |
SecondaryIndexSearcher.queryDataFromIndex(AbstractSimplePerColumnSecondaryIndex index,
DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
UnfilteredPartitionIterator |
SecondaryIndexSearcher.search(ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
CompositesSearcher.queryDataFromIndex(AbstractSimplePerColumnSecondaryIndex secondaryIdx,
DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Method and Description |
---|---|
protected UnfilteredPartitionIterator |
KeysSearcher.queryDataFromIndex(AbstractSimplePerColumnSecondaryIndex index,
DecoratedKey indexKey,
RowIterator indexHits,
ReadCommand command,
ReadOrderGroup orderGroup) |
Modifier and Type | Field and Description |
---|---|
protected ReadCommand |
AbstractReadExecutor.command |
protected ReadCommand |
ResponseResolver.command |
Constructor and Description |
---|
DataResolver(Keyspace keyspace,
ReadCommand command,
ConsistencyLevel consistency,
int maxResponseCount) |
DigestResolver(Keyspace keyspace,
ReadCommand command,
ConsistencyLevel consistency,
int maxResponseCount) |
NeverSpeculatingReadExecutor(Keyspace keyspace,
ReadCommand command,
ConsistencyLevel consistencyLevel,
java.util.List<java.net.InetAddress> targetReplicas) |
ReadCallback(ResponseResolver resolver,
ConsistencyLevel consistencyLevel,
int blockfor,
ReadCommand command,
Keyspace keyspace,
java.util.List<java.net.InetAddress> endpoints) |
ReadCallback(ResponseResolver resolver,
ConsistencyLevel consistencyLevel,
ReadCommand command,
java.util.List<java.net.InetAddress> filteredEndpoints)
Constructor when response count has to be calculated and blocked for.
|
ResponseResolver(Keyspace keyspace,
ReadCommand command,
ConsistencyLevel consistency,
int maxResponseCount) |
Modifier and Type | Method and Description |
---|---|
protected ReadCommand |
RangeNamesQueryPager.nextPageReadCommand(int pageSize) |
protected ReadCommand |
RangeSliceQueryPager.nextPageReadCommand(int pageSize) |
protected ReadCommand |
SinglePartitionPager.nextPageReadCommand(int pageSize) |
Copyright © 2015 The Apache Software Foundation