Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service.pager |
Modifier and Type | Class and Description |
---|---|
class |
PartitionRangeReadCommand
A read command that selects a (part of a) range of partitions.
|
class |
VirtualTablePartitionRangeReadQuery
A read query that selects a (part of a) range of partitions of a virtual table.
|
Modifier and Type | Method and Description |
---|---|
PartitionRangeReadQuery |
PartitionRangeReadQuery.withUpdatedLimit(DataLimits newLimits)
Creates a new
PartitionRangeReadQuery with the updated limits. |
PartitionRangeReadQuery |
VirtualTablePartitionRangeReadQuery.withUpdatedLimit(DataLimits newLimits) |
PartitionRangeReadQuery |
PartitionRangeReadQuery.withUpdatedLimitsAndDataRange(DataLimits newLimits,
DataRange newDataRange)
Creates a new
PartitionRangeReadQuery with the updated limits and data range. |
PartitionRangeReadQuery |
VirtualTablePartitionRangeReadQuery.withUpdatedLimitsAndDataRange(DataLimits newLimits,
DataRange newDataRange) |
Modifier and Type | Method and Description |
---|---|
protected PartitionRangeReadQuery |
PartitionRangeQueryPager.nextPageReadQuery(int pageSize) |
Constructor and Description |
---|
PartitionRangeQueryPager(PartitionRangeReadQuery query,
PagingState state,
ProtocolVersion protocolVersion) |
PartitionRangeQueryPager(PartitionRangeReadQuery query,
ProtocolVersion protocolVersion,
DecoratedKey lastReturnedKey,
PagingState.RowMark lastReturnedRow,
int remaining,
int remainingInPartition) |
Copyright © 2009-2021 The Apache Software Foundation