org.apache.cassandra.net
Interface IMessageCallback

All Known Subinterfaces:
IAsyncCallback, IAsyncResult, IWriteResponseHandler
All Known Implementing Classes:
AbstractWriteResponseHandler, AsyncRepairCallback, DatacenterReadCallback, DatacenterSyncWriteResponseHandler, DatacenterWriteResponseHandler, ReadCallback, RepairCallback, TruncateResponseHandler, WriteResponseHandler

public interface IMessageCallback


Method Summary
 boolean isLatencyForSnitch()
           
 

Method Detail

isLatencyForSnitch

boolean isLatencyForSnitch()
Returns:
true if this callback is on the read path and its latency should be given as input to the dynamic snitch.


Copyright © 2011 The Apache Software Foundation