Uses of Interface
org.apache.cassandra.net.IAsyncCallback

Packages that use IAsyncCallback
org.apache.cassandra.service   
 

Uses of IAsyncCallback in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement IAsyncCallback
 class AbstractWriteResponseHandler
           
 class AsyncRepairCallback
           
 class DatacenterReadCallback<TMessage,TResolved>
          Datacenter Quorum response handler blocks for a quorum of responses from the local DC
 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 ReadCallback<TMessage,TResolved>
           
 class RepairCallback
           
 class TruncateResponseHandler
           
 class WriteResponseHandler
          Handles blocking writes for ONE, ANY, TWO, THREE, QUORUM, and ALL consistency levels.
 



Copyright © 2012 The Apache Software Foundation