Uses of Interface
org.apache.cassandra.service.IReadCommand

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

Uses of IReadCommand in org.apache.cassandra.db
 

Classes in org.apache.cassandra.db that implement IReadCommand
 class RangeSliceCommand
           
 class ReadCommand
           
 class RetriedSliceFromReadCommand
           
 class SliceByNamesReadCommand
           
 class SliceFromReadCommand
           
 

Uses of IReadCommand in org.apache.cassandra.service
 

Constructors in org.apache.cassandra.service with parameters of type IReadCommand
DatacenterReadCallback(IResponseResolver resolver, ConsistencyLevel consistencyLevel, IReadCommand command, java.util.List<java.net.InetAddress> endpoints)
           
ReadCallback(IResponseResolver<T> resolver, ConsistencyLevel consistencyLevel, IReadCommand command, java.util.List<java.net.InetAddress> endpoints)
          Constructor when response count has to be calculated and blocked for.
 



Copyright © 2012 The Apache Software Foundation