| Package | Description |
|---|---|
| org.apache.cassandra.db | |
| org.apache.cassandra.service |
| Modifier and Type | Method and Description |
|---|---|
static SinglePartitionReadCommand.Group |
SinglePartitionReadCommand.Group.create(TableMetadata metadata,
int nowInSec,
ColumnFilter columnFilter,
RowFilter rowFilter,
DataLimits limits,
java.util.List<DecoratedKey> partitionKeys,
ClusteringIndexFilter clusteringIndexFilter) |
static SinglePartitionReadCommand.Group |
SinglePartitionReadCommand.Group.one(SinglePartitionReadCommand command) |
| Modifier and Type | Method and Description |
|---|---|
static PartitionIterator |
StorageProxy.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyLevel,
ClientState state,
long queryStartNanoTime)
Performs the actual reading of a row out of the StorageService, fetching
a specific set of column names from a given column family.
|
static PartitionIterator |
StorageProxy.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyLevel,
long queryStartNanoTime) |
Copyright © 2009-2020 The Apache Software Foundation