org.apache.hadoop.hbase.ipc
Interface HBaseRPCErrorHandler

All Known Implementing Classes:
HRegionServer

public interface HBaseRPCErrorHandler

An interface for calling out of RPC for error conditions.


Method Summary
 boolean checkOOME(Throwable e)
          Take actions on the event of an OutOfMemoryError.
 

Method Detail

checkOOME

boolean checkOOME(Throwable e)
Take actions on the event of an OutOfMemoryError.

Parameters:
e - the throwable
Returns:
if the server should be shut down


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