Uses of Class
org.apache.cassandra.service.WriteResponseHandler

Packages that use WriteResponseHandler
org.apache.cassandra.locator   
org.apache.cassandra.service   
 

Uses of WriteResponseHandler in org.apache.cassandra.locator
 

Methods in org.apache.cassandra.locator that return WriteResponseHandler
 WriteResponseHandler AbstractReplicationStrategy.getWriteResponseHandler(int blockFor, org.apache.cassandra.thrift.ConsistencyLevel consistency_level, java.lang.String table)
           
 WriteResponseHandler DatacenterShardStategy.getWriteResponseHandler(int blockFor, org.apache.cassandra.thrift.ConsistencyLevel consistency_level, java.lang.String table)
          This method will generate the QRH object and returns.
 

Uses of WriteResponseHandler in org.apache.cassandra.service
 

Subclasses of WriteResponseHandler in org.apache.cassandra.service
 class DatacenterSyncWriteResponseHandler
          This class will block for the replication factor which is provided in the input map.
 class DatacenterWriteResponseHandler
          This class will basically will block for the replication factor which is provided in the input map.
 

Methods in org.apache.cassandra.service that return WriteResponseHandler
 WriteResponseHandler StorageService.getWriteResponseHandler(int blockFor, org.apache.cassandra.thrift.ConsistencyLevel consistency_level, java.lang.String table)
           
 



Copyright © 2010 The Apache Software Foundation