Uses of Interface
org.apache.cassandra.db.PartitionRangeReadQuery
-
Packages that use PartitionRangeReadQuery Package Description org.apache.cassandra.db org.apache.cassandra.service.pager -
-
Uses of PartitionRangeReadQuery in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement PartitionRangeReadQuery Modifier and Type Class 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.Methods in org.apache.cassandra.db that return PartitionRangeReadQuery Modifier and Type Method Description PartitionRangeReadQuery
PartitionRangeReadQuery. withUpdatedLimit(DataLimits newLimits)
Creates a newPartitionRangeReadQuery
with the updated limits.PartitionRangeReadQuery
VirtualTablePartitionRangeReadQuery. withUpdatedLimit(DataLimits newLimits)
PartitionRangeReadQuery
PartitionRangeReadQuery. withUpdatedLimitsAndDataRange(DataLimits newLimits, DataRange newDataRange)
Creates a newPartitionRangeReadQuery
with the updated limits and data range.PartitionRangeReadQuery
VirtualTablePartitionRangeReadQuery. withUpdatedLimitsAndDataRange(DataLimits newLimits, DataRange newDataRange)
-
Uses of PartitionRangeReadQuery in org.apache.cassandra.service.pager
Methods in org.apache.cassandra.service.pager that return PartitionRangeReadQuery Modifier and Type Method Description protected PartitionRangeReadQuery
PartitionRangeQueryPager. nextPageReadQuery(int pageSize)
Constructors in org.apache.cassandra.service.pager with parameters of type PartitionRangeReadQuery Constructor Description PartitionRangeQueryPager(PartitionRangeReadQuery query, PagingState state, ProtocolVersion protocolVersion)
PartitionRangeQueryPager(PartitionRangeReadQuery query, ProtocolVersion protocolVersion, DecoratedKey lastReturnedKey, PagingState.RowMark lastReturnedRow, int remaining, int remainingInPartition)
-