org.apache.hadoop.hbase.ipc
Interface RpcCallContext

All Superinterfaces:
Delayable

public interface RpcCallContext
extends Delayable


Method Summary
 void throwExceptionIfCallerDisconnected(String regionName)
          Throw an exception if the caller who made this IPC call has disconnected.
 
Methods inherited from interface org.apache.hadoop.hbase.ipc.Delayable
endDelay, endDelay, endDelayThrowing, isDelayed, isReturnValueDelayed, startDelay
 

Method Detail

throwExceptionIfCallerDisconnected

void throwExceptionIfCallerDisconnected(String regionName)
                                        throws CallerDisconnectedException
Throw an exception if the caller who made this IPC call has disconnected. If called from outside the context of IPC, this does nothing.

Throws:
CallerDisconnectedException


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.