Interface HBaseRPCErrorHandler

All Known Implementing Classes:
MasterRpcServices, RSRpcServices

@Private public interface HBaseRPCErrorHandler
An interface for calling out of RPC for error conditions.
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Take actions on the event of an OutOfMemoryError.
  • Method Details

    • 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