Uses of Interface
org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
Package
Description
Tools to help define network clients and servers.
-
Uses of org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprotected org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
RpcServer.errorHandler
Modifier and TypeMethodDescriptionorg.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
RpcServer.getErrorHandler()
org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler
RpcServerInterface.getErrorHandler()
Modifier and TypeMethodDescriptionvoid
RpcServer.setErrorHandler
(org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler handler) Set the handler for calling out of RPC for error conditions.void
RpcServerInterface.setErrorHandler
(org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler handler) -
Uses of org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler in org.apache.hadoop.hbase.master
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.master.MasterRpcServices
Implements the master RPC services. -
Uses of org.apache.hadoop.hbase.ipc.HBaseRPCErrorHandler in org.apache.hadoop.hbase.regionserver
Modifier and TypeClassDescriptionclass
org.apache.hadoop.hbase.regionserver.RSRpcServices
Implements the regionserver RPC services.