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,
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,
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,
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.
|
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.
|
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) |
|