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

Packages that use ReadResponse
org.apache.cassandra.db   
org.apache.cassandra.service   
 

Uses of ReadResponse in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db that return ReadResponse
static ReadResponse ReadVerbHandler.getResponse(ReadCommand command, Row row)
           
 

Methods in org.apache.cassandra.db that return types with arguments of type ReadResponse
static IVersionedSerializer<ReadResponse> ReadResponse.serializer()
           
 

Uses of ReadResponse in org.apache.cassandra.service
 

Fields in org.apache.cassandra.service with type parameters of type ReadResponse
protected  java.util.concurrent.ConcurrentMap<Message,ReadResponse> AbstractRowResolver.replies
           
 

Methods in org.apache.cassandra.service with parameters of type ReadResponse
 void AbstractRowResolver.injectPreProcessed(ReadResponse result)
          hack so local reads don't force de/serialization of an extra real Message
 void ReadCallback.response(ReadResponse result)
           
protected  boolean DatacenterReadCallback.waitingFor(ReadResponse response)
           
protected  boolean ReadCallback.waitingFor(ReadResponse response)
           
 



Copyright © 2012 The Apache Software Foundation