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) |
static PartitionIterator |
StorageProxy.read(SinglePartitionReadCommand.Group group,
ConsistencyLevel consistencyLevel,
ClientState state)
Performs the actual reading of a row out of the StorageService, fetching
a specific set of column names from a given column family.
|
Constructor and Description |
---|
MultiPartitionPager(SinglePartitionReadCommand.Group group,
PagingState state,
int protocolVersion) |
Copyright © 2017 The Apache Software Foundation