Modifier and Type | Method and Description |
---|---|
SinglePartitionReadQuery |
CQL3CasRequest.readCommand(int nowInSec) |
Modifier and Type | Class and Description |
---|---|
static class |
SinglePartitionReadQuery.Group<T extends SinglePartitionReadQuery>
Groups multiple single partition read queries.
|
Modifier and Type | Class and Description |
---|---|
class |
SinglePartitionReadCommand
A read command that selects a (part of a) single partition.
|
class |
VirtualTableSinglePartitionReadQuery
A read query that selects a (part of a) single partition of a virtual table.
|
Modifier and Type | Method and Description |
---|---|
static SinglePartitionReadQuery |
SinglePartitionReadQuery.create(TableMetadata metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
DecoratedKey partitionKey,
ClusteringIndexFilter clusteringIndexFilter)
Creates a new read query on a single partition.
|
static SinglePartitionReadQuery |
SinglePartitionReadQuery.create(TableMetadata metadata,
int nowInSec,
DecoratedKey key,
ColumnFilter columnFilter,
ClusteringIndexFilter filter)
Creates a new read query on a single partition.
|
SinglePartitionReadQuery |
SinglePartitionReadQuery.forPaging(Clustering<?> lastReturned,
DataLimits limits)
Returns a new
SinglePartitionReadQuery suitable to paging from the last returned row. |
SinglePartitionReadQuery |
VirtualTableSinglePartitionReadQuery.forPaging(Clustering<?> lastReturned,
DataLimits limits) |
SinglePartitionReadQuery |
SinglePartitionReadQuery.withUpdatedLimit(DataLimits newLimits)
Creates a new
SinglePartitionReadQuery with the specified limits. |
SinglePartitionReadQuery |
VirtualTableSinglePartitionReadQuery.withUpdatedLimit(DataLimits newLimits) |
Modifier and Type | Method and Description |
---|---|
static SinglePartitionReadQuery.Group<? extends SinglePartitionReadQuery> |
SinglePartitionReadQuery.createGroup(TableMetadata metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
java.util.List<DecoratedKey> partitionKeys,
ClusteringIndexFilter clusteringIndexFilter) |
Modifier and Type | Method and Description |
---|---|
static RowIterator |
PartitionIterators.getOnlyElement(PartitionIterator iter,
SinglePartitionReadQuery query) |
Modifier and Type | Method and Description |
---|---|
SinglePartitionReadQuery |
CASRequest.readCommand(int nowInSec)
The command to use to fetch the value to compare for the CAS.
|
Modifier and Type | Class and Description |
---|---|
class |
MultiPartitionPager<T extends SinglePartitionReadQuery>
Pager over a list of SinglePartitionReadQuery.
|
Modifier and Type | Method and Description |
---|---|
protected SinglePartitionReadQuery |
SinglePartitionPager.nextPageReadQuery(int pageSize) |
Constructor and Description |
---|
SinglePartitionPager(SinglePartitionReadQuery query,
PagingState state,
ProtocolVersion protocolVersion) |
Copyright © 2009- The Apache Software Foundation