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.fastPathHandlerStackprivate final Deque<FastPathRpcHandler>FastPathRWQueueRpcExecutor.readHandlerStackprivate final Deque<FastPathRpcHandler>FastPathRWQueueRpcExecutor.scanHandlerStackprivate final Deque<FastPathRpcHandler>FastPathRWQueueRpcExecutor.writeHandlerStackMethods in org.apache.hadoop.hbase.ipc that return FastPathRpcHandlerModifier and TypeMethodDescriptionprivate FastPathRpcHandlerFastPathBalancedQueueRpcExecutor.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)