Package org.apache.hadoop.hbase.ipc
Interface HBaseRPCErrorHandler
- All Known Implementing Classes:
HBaseRpcServicesBase
,MasterRpcServices
,RSRpcServices
An interface for calling out of RPC for error conditions.
-
Method Summary
-
Method Details
-
checkOOME
Take actions on the event of an OutOfMemoryError.- Parameters:
e
- the throwable- Returns:
- if the server should be shut down
-