Modifier and Type | Method and Description |
---|---|
SinglePartitionReadCommand |
SelectStatement.internalReadForView(DecoratedKey key,
int nowInSec)
Returns a read command that can be used internally to query all the rows queried by this SELECT for a
give key (used for materialized views).
|
Modifier and Type | Method and Description |
---|---|
SinglePartitionReadCommand |
SinglePartitionReadCommand.copy() |
protected SinglePartitionReadCommand |
SinglePartitionReadCommand.copyAsDigestQuery() |
protected SinglePartitionReadCommand |
SinglePartitionReadCommand.copyAsTransientQuery() |
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
java.nio.ByteBuffer key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata 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(TableMetadata metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexFilter clusteringIndexFilter,
IndexMetadata indexMetadata)
Creates a new read command on a single partition.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
Clustering name)
Creates a new single partition name command for the provided row.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
ColumnFilter columnFilter,
ClusteringIndexFilter filter)
Creates a new read command on a single partition.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
java.util.NavigableSet<Clustering> names)
Creates a new single partition name command for the provided rows.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
Slice slice)
Creates a new single partition slice command for the provided single slice.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
Slices slices)
Creates a new single partition slice command for the provided slices.
|
SinglePartitionReadCommand |
SinglePartitionReadCommand.forPaging(Clustering lastReturned,
DataLimits limits) |
static SinglePartitionReadCommand |
SinglePartitionReadCommand.fullPartitionRead(TableMetadata metadata,
int nowInSec,
java.nio.ByteBuffer key)
Creates a new read command that queries a single partition in its entirety.
|
static SinglePartitionReadCommand |
SinglePartitionReadCommand.fullPartitionRead(TableMetadata metadata,
int nowInSec,
DecoratedKey key)
Creates a new read command that queries a single partition in its entirety.
|
SinglePartitionReadCommand |
SinglePartitionReadCommand.withUpdatedLimit(DataLimits newLimits) |
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 UnfilteredRowIterator |
UnfilteredPartitionIterators.getOnlyElement(UnfilteredPartitionIterator iter,
SinglePartitionReadCommand command) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
ClientState state,
long queryStartNanoTime) |
static RowIterator |
StorageProxy.readOne(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Modifier and Type | Method and Description |
---|---|
static AbstractReadExecutor |
AbstractReadExecutor.getReadExecutor(SinglePartitionReadCommand command,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Copyright © 2009-2020 The Apache Software Foundation