Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service | |
org.apache.cassandra.service.pager |
Modifier and Type | Method and Description |
---|---|
static PartitionRangeReadCommand |
PartitionRangeReadCommand.allDataRead(CFMetaData metadata,
int nowInSec)
Creates a new read command that query all the data in the table.
|
PartitionRangeReadCommand |
PartitionRangeReadCommand.copy() |
PartitionRangeReadCommand |
PartitionRangeReadCommand.forSubRange(AbstractBounds<PartitionPosition> range) |
PartitionRangeReadCommand |
PartitionRangeReadCommand.withUpdatedLimit(DataLimits newLimits) |
Modifier and Type | Method and Description |
---|---|
static PartitionIterator |
StorageProxy.getRangeSlice(PartitionRangeReadCommand command,
ConsistencyLevel consistencyLevel) |
Constructor and Description |
---|
RangeNamesQueryPager(PartitionRangeReadCommand command,
PagingState state,
int protocolVersion) |
RangeSliceQueryPager(PartitionRangeReadCommand command,
PagingState state,
int protocolVersion) |
Copyright © 2016 The Apache Software Foundation