|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadCommand | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service | |
org.apache.cassandra.thrift |
Uses of ReadCommand in org.apache.cassandra.db |
---|
Subclasses of ReadCommand in org.apache.cassandra.db | |
---|---|
class |
RetriedSliceFromReadCommand
|
class |
SliceByNamesReadCommand
|
class |
SliceFromReadCommand
|
Methods in org.apache.cassandra.db that return ReadCommand | |
---|---|
abstract ReadCommand |
ReadCommand.copy()
|
ReadCommand |
RetriedSliceFromReadCommand.copy()
|
ReadCommand |
SliceByNamesReadCommand.copy()
|
ReadCommand |
SliceFromReadCommand.copy()
|
ReadCommand |
ReadCommand.maybeGenerateRetryCommand(RepairCallback handler,
Row row)
|
ReadCommand |
SliceFromReadCommand.maybeGenerateRetryCommand(RepairCallback handler,
Row row)
|
Methods in org.apache.cassandra.db with parameters of type ReadCommand | |
---|---|
static ReadResponse |
ReadVerbHandler.getResponse(ReadCommand command,
Row row)
|
Uses of ReadCommand in org.apache.cassandra.service |
---|
Method parameters in org.apache.cassandra.service with type arguments of type ReadCommand | |
---|---|
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. |
Uses of ReadCommand in org.apache.cassandra.thrift |
---|
Method parameters in org.apache.cassandra.thrift with type arguments of type ReadCommand | |
---|---|
protected java.util.Map<DecoratedKey,ColumnFamily> |
CassandraServer.readColumnFamily(java.util.List<ReadCommand> commands,
ConsistencyLevel consistency_level)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |