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
 java.lang.String IMessagingService.sendRR(Message[][] messages, EndPoint[][] to, IAsyncCallback cb)
          Send a message to a given endpoint.
 java.lang.String MessagingService.sendRR(Message[][] messages, EndPoint[][] to, IAsyncCallback cb)
           
 java.lang.String IMessagingService.sendRR(Message[] messages, EndPoint[] to, IAsyncCallback cb)
          Send a message to a given endpoint.
 java.lang.String MessagingService.sendRR(Message[] messages, EndPoint[] to, IAsyncCallback cb)
           
 java.lang.String IMessagingService.sendRR(Message message, EndPoint[] to, IAsyncCallback cb)
          Send a message to the given set of endpoints and informs the MessagingService to wait for at least howManyResults responses to determine success of failure.
 java.lang.String MessagingService.sendRR(Message message, EndPoint[] to, IAsyncCallback cb)
           
 java.lang.String IMessagingService.sendRR(Message message, EndPoint to, IAsyncCallback cb)
          Send a message to a given endpoint.
 java.lang.String MessagingService.sendRR(Message message, EndPoint to, IAsyncCallback cb)
           
 

Uses of IAsyncCallback in org.apache.cassandra.service
 

Classes in org.apache.cassandra.service that implement IAsyncCallback
 class MultiQuorumResponseHandler
           
 class QuorumResponseHandler<T>
           
 



Copyright © 2009 The Apache Software Foundation