Uses of Interface
org.apache.hadoop.hbase.monitoring.MonitoredRPCHandler
Packages that use MonitoredRPCHandler
Package
Description
Tools to help define network clients and servers.
-
Uses of MonitoredRPCHandler in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc declared as MonitoredRPCHandlerFields in org.apache.hadoop.hbase.ipc with type parameters of type MonitoredRPCHandlerModifier and TypeFieldDescriptionprotected static final ThreadLocal<MonitoredRPCHandler>
RpcServer.MONITORED_RPC
Keeps MonitoredRPCHandler per handler thread.Methods in org.apache.hadoop.hbase.ipc that return MonitoredRPCHandlerMethods in org.apache.hadoop.hbase.ipc with parameters of type MonitoredRPCHandlerModifier and TypeMethodDescriptionPair<org.apache.hbase.thirdparty.com.google.protobuf.Message,
ExtendedCellScanner> RpcServer.call
(RpcCall call, MonitoredRPCHandler status) This is a server side method, which is invoked over RPC.Pair<org.apache.hbase.thirdparty.com.google.protobuf.Message,
ExtendedCellScanner> RpcServerInterface.call
(RpcCall call, MonitoredRPCHandler status) void
CallRunner.setStatus
(MonitoredRPCHandler status) -
Uses of MonitoredRPCHandler in org.apache.hadoop.hbase.monitoring
Classes in org.apache.hadoop.hbase.monitoring that implement MonitoredRPCHandlerModifier and TypeClassDescriptionclass
A MonitoredTask implementation designed for use with RPC Handlers handling frequent, short duration tasks.Methods in org.apache.hadoop.hbase.monitoring that return MonitoredRPCHandler