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<java.net.InetAddress> endpoints, ReadCommand command)
          This method performs the requisite operations to make sure that the N replicas are in sync.
 

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.
 



Copyright © 2010 The Apache Software Foundation