| Package | Description | 
|---|---|
| org.apache.cassandra.service | 
| Modifier and Type | Method and Description | 
|---|---|
| void | ReadCallback. awaitResults() | 
| PartitionIterator | AbstractReadExecutor. get()wait for an answer. | 
| PartitionIterator | ReadCallback. get() | 
| 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) | 
| static RowIterator | StorageProxy. readOne(SinglePartitionReadCommand command,
       ConsistencyLevel consistencyLevel,
       ClientState state,
       long queryStartNanoTime) | 
| static RowIterator | StorageProxy. readOne(SinglePartitionReadCommand command,
       ConsistencyLevel consistencyLevel,
       long queryStartNanoTime) | 
Copyright © 2018 The Apache Software Foundation