Uses of Class
org.apache.cassandra.db.PartitionRangeReadCommand
-
Packages that use PartitionRangeReadCommand Package Description org.apache.cassandra.db org.apache.cassandra.index.sasi.plan org.apache.cassandra.service org.apache.cassandra.service.reads.range -
-
Uses of PartitionRangeReadCommand in org.apache.cassandra.db
Subclasses of PartitionRangeReadCommand in org.apache.cassandra.db Modifier and Type Class Description static classPartitionRangeReadCommand.VirtualTablePartitionRangeReadCommandMethods in org.apache.cassandra.db that return PartitionRangeReadCommand Modifier and Type Method Description static PartitionRangeReadCommandPartitionRangeReadCommand. allDataRead(TableMetadata metadata, int nowInSec)Creates a new read command that query all the data in the table.PartitionRangeReadCommandPartitionRangeReadCommand. copy()protected PartitionRangeReadCommandPartitionRangeReadCommand. copyAsDigestQuery()protected PartitionRangeReadCommandPartitionRangeReadCommand. copyAsTransientQuery()static PartitionRangeReadCommandPartitionRangeReadCommand. create(TableMetadata metadata, int nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DataRange dataRange)PartitionRangeReadCommandPartitionRangeReadCommand. forSubRange(AbstractBounds<PartitionPosition> range, boolean isRangeContinuation)Returns an equivalent command but that only queries data within the provided range.PartitionRangeReadCommandPartitionRangeReadCommand. withUpdatedLimit(DataLimits newLimits)PartitionRangeReadCommandPartitionRangeReadCommand. withUpdatedLimitsAndDataRange(DataLimits newLimits, DataRange newDataRange) -
Uses of PartitionRangeReadCommand in org.apache.cassandra.index.sasi.plan
Constructors in org.apache.cassandra.index.sasi.plan with parameters of type PartitionRangeReadCommand Constructor Description QueryController(ColumnFamilyStore cfs, PartitionRangeReadCommand command, long timeQuotaMs) -
Uses of PartitionRangeReadCommand in org.apache.cassandra.service
Methods in org.apache.cassandra.service with parameters of type PartitionRangeReadCommand Modifier and Type Method Description static 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 PartitionRangeReadCommand Modifier and Type Method Description static PartitionIteratorRangeCommands. partitions(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
-