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

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

Uses of AbstractWriteResponseHandler in org.apache.cassandra.locator
 

Methods in org.apache.cassandra.locator that return AbstractWriteResponseHandler
 AbstractWriteResponseHandler AbstractReplicationStrategy.getWriteResponseHandler(java.util.Collection<java.net.InetAddress> writeEndpoints, com.google.common.collect.Multimap<java.net.InetAddress,java.net.InetAddress> hintedEndpoints, ConsistencyLevel consistencyLevel)
           
 AbstractWriteResponseHandler DatacenterShardStrategy.getWriteResponseHandler(java.util.Collection<java.net.InetAddress> writeEndpoints, com.google.common.collect.Multimap<java.net.InetAddress,java.net.InetAddress> hintedEndpoints, ConsistencyLevel consistency_level)
          This method will generate the QRH object and returns.
 

Uses of AbstractWriteResponseHandler in org.apache.cassandra.service
 

Subclasses of AbstractWriteResponseHandler in org.apache.cassandra.service
 class DatacenterSyncWriteResponseHandler
          This class blocks for a quorum of responses _in all datacenters_ (CL.DCQUORUMSYNC).
 class DatacenterWriteResponseHandler
          This class blocks for a quorum of responses _in the local datacenter only_ (CL.DCQUORUM).
 class WriteResponseHandler
          Handles blocking writes for ONE, ANY, QUORUM, and ALL consistency levels.
 



Copyright © 2010 The Apache Software Foundation