Package | Description |
---|---|
org.apache.cassandra.db | |
org.apache.cassandra.service | |
org.apache.cassandra.service.pager | |
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() |
static ReadCommand |
ReadCommand.create(java.lang.String ksName,
java.nio.ByteBuffer key,
java.lang.String cfName,
long timestamp,
IDiskAtomFilter filter) |
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,
int id) |
Modifier and Type | Field and Description |
---|---|
protected ReadCommand |
AbstractReadExecutor.command |
Modifier and Type | Method and Description |
---|---|
static AbstractReadExecutor |
AbstractReadExecutor.getReadExecutor(ReadCommand command,
ConsistencyLevel consistencyLevel) |
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 | Field and Description |
---|---|
java.util.List<ReadCommand> |
Pageable.ReadCommands.commands |
Constructor and Description |
---|
Pageable.ReadCommands(java.util.List<ReadCommand> commands) |
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