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

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 SliceByNamesReadCommand
           
 class SliceFromReadCommand
           
 

Methods in org.apache.cassandra.db that return ReadCommand
abstract  ReadCommand ReadCommand.copy()
           
 ReadCommand SliceByNamesReadCommand.copy()
           
 ReadCommand SliceFromReadCommand.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)
           
 

Method parameters in org.apache.cassandra.service with type arguments of type ReadCommand
protected  java.util.Map<java.lang.String,ColumnFamily> CassandraServer.readColumnFamily(java.util.List<ReadCommand> commands, int consistency_level)
           
static java.util.List<Row> StorageProxy.readProtocol(java.util.List<ReadCommand> commands, int 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.
 

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)
           
 



Copyright © 2009 The Apache Software Foundation