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 that return IAsyncCallback
static IAsyncCallback MessagingService.getRegisteredCallback(java.lang.String key)
           
 

Methods in org.apache.cassandra.net with parameters of type IAsyncCallback
 void MessagingService.addCallback(IAsyncCallback cb, java.lang.String messageId)
           
 java.lang.String MessagingService.sendRR(Message[] messages, java.net.InetAddress[] to, IAsyncCallback cb)
          Send a message to a given endpoint.
 java.lang.String MessagingService.sendRR(Message message, java.net.InetAddress[] to, IAsyncCallback cb)
          Send a message to a given endpoint.
 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 QuorumResponseHandler<T>
           
 class WriteResponseHandler
           
 



Copyright © 2010 The Apache Software Foundation