Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service | |
org.apache.cassandra.thrift |
Modifier and Type | Class and Description |
---|---|
class |
RetriedSliceFromReadCommand |
class |
SliceByNamesReadCommand |
class |
SliceFromReadCommand |
Modifier and Type | Method and Description |
---|---|
abstract ReadCommand |
ReadCommand.copy() |
ReadCommand |
RetriedSliceFromReadCommand.copy() |
ReadCommand |
SliceByNamesReadCommand.copy() |
ReadCommand |
SliceFromReadCommand.copy() |
ReadCommand |
ReadCommand.maybeGenerateRetryCommand(RowDataResolver resolver,
Row row) |
ReadCommand |
SliceFromReadCommand.maybeGenerateRetryCommand(RowDataResolver resolver,
Row row) |
Modifier and Type | Method and Description |
---|---|
MessageOut<ReadCommand> |
ReadCommand.createMessage() |
Modifier and Type | Method and Description |
---|---|
static ReadResponse |
ReadVerbHandler.getResponse(ReadCommand command,
Row row) |
Modifier and Type | Method and Description |
---|---|
void |
ReadVerbHandler.doVerb(MessageIn<ReadCommand> message,
java.lang.String id) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Row> |
StorageProxy.read(java.util.List<ReadCommand> commands,
ConsistencyLevel consistency_level)
Performs the actual reading of a row out of the StorageService, fetching
a specific set of column names from a given column family.
|
Modifier and Type | Method and Description |
---|---|
protected java.util.Map<DecoratedKey,ColumnFamily> |
CassandraServer.readColumnFamily(java.util.List<ReadCommand> commands,
ConsistencyLevel consistency_level) |
Copyright © 2014 The Apache Software Foundation