org.apache.hadoop.hbase.ipc
Interface RpcCallContext


public interface RpcCallContext


Method Summary
 void throwExceptionIfCallerDisconnected()
          Throw an exception if the caller who made this IPC call has disconnected.
 

Method Detail

throwExceptionIfCallerDisconnected

void throwExceptionIfCallerDisconnected()
                                        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 Cloudera. All Rights Reserved.