Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.index.sasi.plan | |
org.apache.cassandra.service | |
org.apache.cassandra.service.reads.range |
Modifier and Type | Class and Description |
---|---|
static class |
PartitionRangeReadCommand.VirtualTablePartitionRangeReadCommand |
Modifier and Type | Method and Description |
---|---|
static PartitionRangeReadCommand |
PartitionRangeReadCommand.allDataRead(TableMetadata metadata,
int 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,
int 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) |
Constructor and Description |
---|
QueryController(ColumnFamilyStore cfs,
PartitionRangeReadCommand command,
long timeQuotaMs) |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
StorageProxy.getRangeSlice(PartitionRangeReadCommand command,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
RangeCommands.partitions(PartitionRangeReadCommand command,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Copyright © 2009-2022 The Apache Software Foundation