Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service | |
org.apache.cassandra.service.pager |
Modifier and Type | Method and Description |
---|---|
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) |
Constructor and Description |
---|
MultiPartitionPager(SinglePartitionReadCommand.Group group,
PagingState state,
ProtocolVersion protocolVersion) |
Copyright © 2018 The Apache Software Foundation