Uses of Class
org.apache.hadoop.hbase.ipc.FastPathRpcHandler
Packages that use FastPathRpcHandler
-
Uses of FastPathRpcHandler in org.apache.hadoop.hbase.ipc
Fields in org.apache.hadoop.hbase.ipc with type parameters of type FastPathRpcHandlerModifier 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
Methods in org.apache.hadoop.hbase.ipc that return FastPathRpcHandlerModifier and TypeMethodDescriptionprivate FastPathRpcHandler
FastPathBalancedQueueRpcExecutor.popReadyHandler()
Returns Pop a Handler instance if one available ready-to-go or else return null.Constructor parameters in org.apache.hadoop.hbase.ipc with type arguments of type FastPathRpcHandlerModifierConstructorDescription(package private)
FastPathRpcHandler
(String name, double handlerFailureThreshhold, int handlerCount, BlockingQueue<CallRunner> q, AtomicInteger activeHandlerCount, AtomicInteger failedHandlerCount, Abortable abortable, Deque<FastPathRpcHandler> fastPathHandlerStack)