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 classPartitionRangeReadCommandA read command that selects a (part of a) range of partitions.static classPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommandMethods in org.apache.cassandra.db that return PartitionRangeReadQuery Modifier and Type Method Description PartitionRangeReadQueryPartitionRangeReadQuery. withUpdatedLimit(DataLimits newLimits)Creates a newPartitionRangeReadQuerywith the updated limits.PartitionRangeReadQueryPartitionRangeReadQuery. withUpdatedLimitsAndDataRange(DataLimits newLimits, DataRange newDataRange)Creates a newPartitionRangeReadQuerywith the updated limits and data range. -
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 PartitionRangeReadQueryPartitionRangeQueryPager. 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)
-