Uses of Class
org.apache.hadoop.hbase.ipc.FastPathRpcHandler
-
Uses of FastPathRpcHandler in org.apache.hadoop.hbase.ipc
Modifier and TypeFieldDescriptionprivate final Deque<FastPathRpcHandler>
FastPathBalancedQueueRpcExecutor.fastPathHandlerStack
(package private) final Deque<FastPathRpcHandler>
FastPathRpcHandler.fastPathHandlerStack
private final Deque<FastPathRpcHandler>
FastPathRWQueueRpcExecutor.readHandlerStack
private final Deque<FastPathRpcHandler>
FastPathRWQueueRpcExecutor.scanHandlerStack
private final Deque<FastPathRpcHandler>
FastPathRWQueueRpcExecutor.writeHandlerStack
Modifier and TypeMethodDescriptionprivate FastPathRpcHandler
FastPathBalancedQueueRpcExecutor.popReadyHandler()
Returns Pop a Handler instance if one available ready-to-go or else return null.ModifierConstructorDescription(package private)
FastPathRpcHandler
(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, Abortable abortable, Deque<FastPathRpcHandler> fastPathHandlerStack)