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

Packages that use IAsyncCallback
org.apache.cassandra.net   
org.apache.cassandra.service   
 

Uses of IAsyncCallback in org.apache.cassandra.net
 

Methods in org.apache.cassandra.net with parameters of type IAsyncCallback
 java.lang.String MessagingService.sendRR(MessageProducer producer, java.net.InetAddress to, IAsyncCallback cb)
          Send a message to a given endpoint.
 

Uses of IAsyncCallback in org.apache.cassandra.service
 

Subinterfaces of IAsyncCallback in org.apache.cassandra.service
 interface IWriteResponseHandler
           
 

Classes in org.apache.cassandra.service that implement IAsyncCallback
 class AbstractWriteResponseHandler
           
 class AsyncRepairCallback
           
 class DatacenterReadCallback<T>
          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<T>
           
 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