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

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

Uses of IMessageCallback in org.apache.cassandra.net
 

Subinterfaces of IMessageCallback in org.apache.cassandra.net
 interface IAsyncCallback
          implementors of IAsyncCallback need to make sure that any public methods are threadsafe with respect to response() being called from the message service.
 interface IAsyncResult
           
 

Methods in org.apache.cassandra.net that return IMessageCallback
static IMessageCallback MessagingService.getRegisteredCallback(java.lang.String messageId)
           
static IMessageCallback MessagingService.removeRegisteredCallback(java.lang.String messageId)
           
 

Uses of IMessageCallback in org.apache.cassandra.service
 

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

Classes in org.apache.cassandra.service that implement IMessageCallback
 class AbstractWriteResponseHandler
           
 class DatacenterQuorumResponseHandler<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 QuorumResponseHandler<T>
           
 class TruncateResponseHandler
           
 class WriteResponseHandler
          Handles blocking writes for ONE, ANY, QUORUM, and ALL consistency levels.
 



Copyright © 2011 The Apache Software Foundation