Uses of Class
org.apache.cassandra.db.PartitionRangeReadCommand
Packages that use PartitionRangeReadCommand
Package
Description
-
Uses of PartitionRangeReadCommand in org.apache.cassandra.db
Subclasses of PartitionRangeReadCommand in org.apache.cassandra.dbModifier and TypeClassDescriptionstatic classMethods in org.apache.cassandra.db that return PartitionRangeReadCommandModifier and TypeMethodDescriptionstatic PartitionRangeReadCommandPartitionRangeReadCommand.allDataRead(TableMetadata metadata, long nowInSec) Creates a new read command that query all the data in the table.PartitionRangeReadCommand.copy()protected PartitionRangeReadCommandPartitionRangeReadCommand.copyAsDigestQuery()protected PartitionRangeReadCommandPartitionRangeReadCommand.copyAsTransientQuery()static PartitionRangeReadCommandPartitionRangeReadCommand.create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DataRange dataRange) PartitionRangeReadCommand.forSubRange(AbstractBounds<PartitionPosition> range, boolean isRangeContinuation) Returns an equivalent command but that only queries data within the provided range.PartitionRangeReadCommand.withUpdatedLimit(DataLimits newLimits) PartitionRangeReadCommand.withUpdatedLimitsAndDataRange(DataLimits newLimits, DataRange newDataRange) -
Uses of PartitionRangeReadCommand in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type PartitionRangeReadCommandModifier and TypeMethodDescriptionstatic PartitionIteratorStorageProxy.getRangeSlice(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime) -
Uses of PartitionRangeReadCommand in org.apache.cassandra.service.reads.range
Methods in org.apache.cassandra.service.reads.range with parameters of type PartitionRangeReadCommandModifier and TypeMethodDescriptionstatic PartitionIteratorRangeCommands.partitions(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)