Uses of Interface
org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler

Packages that use HBaseRPCErrorHandler
org.apache.hadoop.hbase.ipc Tools to help define network clients and servers. 
org.apache.hadoop.hbase.regionserver   
 

Uses of HBaseRPCErrorHandler in org.apache.hadoop.hbase.ipc
 

Fields in org.apache.hadoop.hbase.ipc declared as HBaseRPCErrorHandler
protected  HBaseRPCErrorHandler RpcServer.errorHandler
           
 

Methods in org.apache.hadoop.hbase.ipc that return HBaseRPCErrorHandler
 HBaseRPCErrorHandler RpcServer.getErrorHandler()
           
 HBaseRPCErrorHandler RpcServerInterface.getErrorHandler()
           
 

Methods in org.apache.hadoop.hbase.ipc with parameters of type HBaseRPCErrorHandler
 void RpcServer.setErrorHandler(HBaseRPCErrorHandler handler)
          Set the handler for calling out of RPC for error conditions.
 void RpcServerInterface.setErrorHandler(HBaseRPCErrorHandler handler)
           
 

Uses of HBaseRPCErrorHandler in org.apache.hadoop.hbase.regionserver
 

Classes in org.apache.hadoop.hbase.regionserver that implement HBaseRPCErrorHandler
 class HRegionServer
          HRegionServer makes a set of HRegions available to clients.
 



Copyright © 2007–2016 The Apache Software Foundation. All rights reserved.