|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ReadCommand | |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service |
Uses of ReadCommand in org.apache.cassandra.db |
---|
Subclasses of ReadCommand in org.apache.cassandra.db | |
---|---|
class |
ColumnReadCommand
|
class |
ColumnsSinceReadCommand
|
class |
RowReadCommand
|
class |
SliceByNamesReadCommand
|
class |
SliceReadCommand
|
Methods in org.apache.cassandra.db that return ReadCommand | |
---|---|
ReadCommand |
ColumnReadCommand.copy()
|
ReadCommand |
ColumnsSinceReadCommand.copy()
|
abstract ReadCommand |
ReadCommand.copy()
|
ReadCommand |
RowReadCommand.copy()
|
ReadCommand |
SliceByNamesReadCommand.copy()
|
ReadCommand |
SliceReadCommand.copy()
|
Uses of ReadCommand in org.apache.cassandra.service |
---|
Methods in org.apache.cassandra.service with parameters of type ReadCommand | |
---|---|
void |
StorageService.doConsistencyCheck(Row row,
java.util.List<EndPoint> endpoints,
ReadCommand command)
|
protected ColumnFamily |
CassandraServer.readColumnFamily(ReadCommand command)
|
static Row |
StorageProxy.readProtocol(ReadCommand command,
StorageService.ConsistencyLevel consistencyLevel)
Performs the actual reading of a row out of the StorageService, fetching a specific set of column names from a given column family. |
static java.util.Map<java.lang.String,Row> |
StorageProxy.readProtocol(java.lang.String[] keys,
ReadCommand readCommand,
StorageService.ConsistencyLevel consistencyLevel)
|
static java.util.Map<java.lang.String,Row> |
StorageProxy.strongReadProtocol(java.lang.String[] keys,
ReadCommand readCommand)
This is a multiget version of the above method. |
static java.util.Map<java.lang.String,Row> |
StorageProxy.weakReadProtocol(java.lang.String[] keys,
ReadCommand readCommand)
This version is used when results for multiple keys needs to be retrieved. |
Method parameters in org.apache.cassandra.service with type arguments of type ReadCommand | |
---|---|
static java.util.Map<java.lang.String,Row> |
StorageProxy.doReadProtocol(java.util.Map<java.lang.String,ReadCommand> readMessages)
This is an implementation for the multiget version. |
Constructor parameters in org.apache.cassandra.service with type arguments of type ReadCommand | |
---|---|
MultiQuorumResponseHandler(java.util.Map<java.lang.String,ReadCommand> readMessages,
java.util.Map<java.lang.String,EndPoint[]> endpoints)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |