Uses of Interface
org.apache.cassandra.db.PartitionRangeReadQuery
Packages that use PartitionRangeReadQuery
-
Uses of PartitionRangeReadQuery in org.apache.cassandra.db
Classes in org.apache.cassandra.db that implement PartitionRangeReadQueryModifier and TypeClassDescriptionclassA read command that selects a (part of a) range of partitions.static classMethods in org.apache.cassandra.db that return PartitionRangeReadQueryModifier and TypeMethodDescriptionPartitionRangeReadQuery.withUpdatedLimit(DataLimits newLimits) Creates a newPartitionRangeReadQuerywith the updated limits.PartitionRangeReadQuery.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 PartitionRangeReadQueryModifier and TypeMethodDescriptionprotected PartitionRangeReadQueryPartitionRangeQueryPager.nextPageReadQuery(int pageSize) Constructors in org.apache.cassandra.service.pager with parameters of type PartitionRangeReadQueryModifierConstructorDescriptionPartitionRangeQueryPager(PartitionRangeReadQuery query, PagingState state, ProtocolVersion protocolVersion) PartitionRangeQueryPager(PartitionRangeReadQuery query, ProtocolVersion protocolVersion, DecoratedKey lastReturnedKey, PagingState.RowMark lastReturnedRow, int remaining, int remainingInPartition)