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)
|