org.apache.cassandra.service
Interface IWriteResponseHandler

All Superinterfaces:
IAsyncCallback
All Known Implementing Classes:
AbstractWriteResponseHandler, DatacenterSyncWriteResponseHandler, DatacenterWriteResponseHandler, WriteResponseHandler

public interface IWriteResponseHandler
extends IAsyncCallback


Method Summary
 void addHintCallback(Message hintedMessage, java.net.InetAddress destination)
           
 void assureSufficientLiveNodes()
           
 void get()
           
 
Methods inherited from interface org.apache.cassandra.net.IAsyncCallback
response
 

Method Detail

get

void get()
         throws java.util.concurrent.TimeoutException
Throws:
java.util.concurrent.TimeoutException

addHintCallback

void addHintCallback(Message hintedMessage,
                     java.net.InetAddress destination)

assureSufficientLiveNodes

void assureSufficientLiveNodes()
                               throws UnavailableException
Throws:
UnavailableException


Copyright © 2010 The Apache Software Foundation