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.
|
static class |
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand |
Modifier and Type | Method and Description |
---|---|
PartitionRangeReadQuery |
PartitionRangeReadQuery.withUpdatedLimit(DataLimits newLimits)
Creates a new
PartitionRangeReadQuery with the updated limits. |
PartitionRangeReadQuery |
PartitionRangeReadQuery.withUpdatedLimitsAndDataRange(DataLimits newLimits,
DataRange newDataRange)
Creates a new
PartitionRangeReadQuery with the updated limits and data range. |
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-2022 The Apache Software Foundation