Uses of Class
org.apache.hadoop.hbase.ipc.RpcHandler
Packages that use RpcHandler
-
Uses of RpcHandler in org.apache.hadoop.hbase.ipc
Subclasses of RpcHandler in org.apache.hadoop.hbase.ipcFields in org.apache.hadoop.hbase.ipc with type parameters of type RpcHandlerMethods in org.apache.hadoop.hbase.ipc that return RpcHandlerModifier and TypeMethodDescriptionprotected RpcHandlerFastPathBalancedQueueRpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, Abortable abortable) protected RpcHandlerFastPathRWQueueRpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, Abortable abortable) protected RpcHandlerRpcExecutor.getHandler(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, Abortable abortable) Override if providing alternate Handler implementation.