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(Message message, java.net.InetAddress to, IAsyncCallback cb)
          Send a message to a given endpoint.
 

Uses of IAsyncCallback in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement IAsyncCallback
 class ConsistencyChecker.DigestResponseHandler
           
 class QuorumResponseHandler<T>
           
 class WriteResponseHandler
           
 



Copyright © 2011 The Apache Software Foundation