Uses of Class
org.apache.cassandra.db.ReadCommand

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(RowDataResolver resolver, Row row)
           
 ReadCommand SliceFromReadCommand.maybeGenerateRetryCommand(RowDataResolver resolver, Row row)
           
 

Methods in org.apache.cassandra.db that return types with arguments of type ReadCommand
 MessageOut<ReadCommand> ReadCommand.createMessage()
           
 

Methods in org.apache.cassandra.db with parameters of type ReadCommand
static ReadResponse ReadVerbHandler.getResponse(ReadCommand command, Row row)
           
 

Method parameters in org.apache.cassandra.db with type arguments of type ReadCommand
 void ReadVerbHandler.doVerb(MessageIn<ReadCommand> message, java.lang.String id)
           
 

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)
           
 



Copyright © 2013 The Apache Software Foundation