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 class
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand
Methods in org.apache.cassandra.db that return PartitionRangeReadCommand Modifier and Type Method Description static PartitionRangeReadCommand
PartitionRangeReadCommand. allDataRead(TableMetadata metadata, long nowInSec)
Creates a new read command that query all the data in the table.PartitionRangeReadCommand
PartitionRangeReadCommand. copy()
protected PartitionRangeReadCommand
PartitionRangeReadCommand. copyAsDigestQuery()
protected PartitionRangeReadCommand
PartitionRangeReadCommand. copyAsTransientQuery()
static PartitionRangeReadCommand
PartitionRangeReadCommand. create(TableMetadata metadata, long nowInSec, ColumnFilter columnFilter, RowFilter rowFilter, DataLimits limits, DataRange dataRange)
PartitionRangeReadCommand
PartitionRangeReadCommand. forSubRange(AbstractBounds<PartitionPosition> range, boolean isRangeContinuation)
Returns an equivalent command but that only queries data within the provided range.PartitionRangeReadCommand
PartitionRangeReadCommand. withUpdatedLimit(DataLimits newLimits)
PartitionRangeReadCommand
PartitionRangeReadCommand. 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 PartitionIterator
StorageProxy. 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 PartitionIterator
RangeCommands. partitions(PartitionRangeReadCommand command, ConsistencyLevel consistencyLevel, Dispatcher.RequestTime requestTime)
-