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 HBaseServer.errorHandler
           
 

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

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 © 2011 The Apache Software Foundation. All Rights Reserved.