Modifier and Type | Method and Description |
---|---|
SinglePartitionReadCommand<?> |
CQL3CasRequest.readCommand(int nowInSec) |
Modifier and Type | Class and Description |
---|---|
class |
SinglePartitionNamesCommand
General interface for storage-engine read queries.
|
class |
SinglePartitionSliceCommand
General interface for storage-engine read queries.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<SinglePartitionReadCommand<?>> |
SinglePartitionReadCommand.Group.commands |
Modifier and Type | Method and Description |
---|---|
static SinglePartitionReadCommand<?> |
SinglePartitionReadCommand.create(boolean isForThrift,
CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexFilter clusteringIndexFilter)
Creates a new read command on a single partition for thrift.
|
static SinglePartitionReadCommand |
SinglePartitionSliceCommand.create(CFMetaData metadata,
int nowInSec,
java.nio.ByteBuffer key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
static SinglePartitionReadCommand<?> |
SinglePartitionReadCommand.create(CFMetaData metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexFilter clusteringIndexFilter)
Creates a new read command on a single partition.
|
static SinglePartitionReadCommand<?> |
SinglePartitionReadCommand.create(CFMetaData metadata,
int nowInSec,
DecoratedKey key,
ColumnFilter columnFilter,
ClusteringIndexFilter filter)
Creates a new read command on a single partition.
|
static SinglePartitionReadCommand |
SinglePartitionSliceCommand.create(CFMetaData metadata,
int nowInSec,
DecoratedKey key,
Slice slice)
Creates a new single partition slice command for the provided single slice.
|
static SinglePartitionReadCommand |
SinglePartitionSliceCommand.create(CFMetaData metadata,
int nowInSec,
DecoratedKey key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
SinglePartitionReadCommand |
SinglePartitionReadCommand.forPaging(Clustering lastReturned,
int pageSize)
Returns a new command suitable to paging from the last returned row.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.fullPartitionRead(CFMetaData metadata,
int nowInSec,
java.nio.ByteBuffer key)
Creates a new read command that queries a single partition in its entirety.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.fullPartitionRead(CFMetaData metadata,
int nowInSec,
DecoratedKey key)
Creates a new read command that queries a single partition in its entirety.
|
Modifier and Type | Method and Description |
---|---|
static SinglePartitionReadCommand.Group |
SinglePartitionReadCommand.Group.one(SinglePartitionReadCommand<?> command) |
Constructor and Description |
---|
Group(java.util.List<SinglePartitionReadCommand<?>> commands,
DataLimits limits) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
PartitionIterators.getOnlyElement(PartitionIterator iter,
SinglePartitionReadCommand<?> command) |
static UnfilteredRowIterator |
UnfilteredPartitionIterators.getOnlyElement(UnfilteredPartitionIterator iter,
SinglePartitionReadCommand<?> command) |
Modifier and Type | Method and Description |
---|---|
SinglePartitionReadCommand |
CASRequest.readCommand(int nowInSec)
The command to use to fetch the value to compare for the CAS.
|
Modifier and Type | Method and Description |
---|---|
static AbstractReadExecutor |
AbstractReadExecutor.getReadExecutor(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel) |
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel) |
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
ClientState state) |
Constructor and Description |
---|
SinglePartitionPager(SinglePartitionReadCommand<?> command,
PagingState state) |
Modifier and Type | Method and Description |
---|---|
protected PartitionIterator |
CassandraServer.read(java.util.List<SinglePartitionReadCommand<?>> commands,
ConsistencyLevel consistency_level,
ClientState cState) |
Copyright © 2015 The Apache Software Foundation