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

Packages that use AbstractWriteResponseHandler
org.apache.cassandra.service   
 

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.EACH_QUORUM).
 class DatacenterWriteResponseHandler
          This class blocks for a quorum of responses _in the local datacenter only_ (CL.LOCAL_QUORUM).
 class WriteResponseHandler
          Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
 



Copyright © 2011 The Apache Software Foundation