Package | Description |
---|---|
org.apache.cassandra.service |
Modifier and Type | Method and Description |
---|---|
Row |
AbstractReadExecutor.get()
wait for an answer.
|
TResolved |
ReadCallback.get() |
static java.util.List<Row> |
StorageProxy.getRangeSlice(AbstractRangeCommand command,
ConsistencyLevel consistency_level) |
static java.util.List<Row> |
StorageProxy.read(java.util.List<ReadCommand> commands,
ConsistencyLevel consistencyLevel) |
static java.util.List<Row> |
StorageProxy.read(java.util.List<ReadCommand> commands,
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.
|
Copyright © 2016 The Apache Software Foundation