Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Field and Description |
---|---|
private Deque<FastPathBalancedQueueRpcExecutor.FastPathHandler> |
FastPathBalancedQueueRpcExecutor.fastPathHandlerStack |
(package private) Deque<FastPathBalancedQueueRpcExecutor.FastPathHandler> |
FastPathBalancedQueueRpcExecutor.FastPathHandler.fastPathHandlerStack |
Modifier and Type | Method and Description |
---|---|
private FastPathBalancedQueueRpcExecutor.FastPathHandler |
FastPathBalancedQueueRpcExecutor.popReadyHandler() |
Constructor and Description |
---|
FastPathHandler(String name,
double handlerFailureThreshhold,
BlockingQueue<CallRunner> q,
AtomicInteger activeHandlerCount,
Deque<FastPathBalancedQueueRpcExecutor.FastPathHandler> fastPathHandlerStack) |
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.