org.apache.cassandra.service
Interface IWriteResponseHandler

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

public interface IWriteResponseHandler
extends IAsyncCallback


Method Summary
 void addFutureForHint(CreationTimeAwareFuture<?> hintFuture)
           
 void assureSufficientLiveNodes()
           
 void get()
           
 
Methods inherited from interface org.apache.cassandra.net.IAsyncCallback
response
 
Methods inherited from interface org.apache.cassandra.net.IMessageCallback
isLatencyForSnitch
 

Method Detail

get

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

addFutureForHint

void addFutureForHint(CreationTimeAwareFuture<?> hintFuture)

assureSufficientLiveNodes

void assureSufficientLiveNodes()
                               throws org.apache.cassandra.thrift.UnavailableException
Throws:
org.apache.cassandra.thrift.UnavailableException


Copyright © 2011 The Apache Software Foundation