| Package | Description |
|---|---|
| org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
| Modifier and Type | Field and Description |
|---|---|
private Deque<FastPathRpcHandler> |
FastPathBalancedQueueRpcExecutor.fastPathHandlerStack |
(package private) Deque<FastPathRpcHandler> |
FastPathRpcHandler.fastPathHandlerStack |
private Deque<FastPathRpcHandler> |
FastPathRWQueueRpcExecutor.readHandlerStack |
private Deque<FastPathRpcHandler> |
FastPathRWQueueRpcExecutor.scanHandlerStack |
private Deque<FastPathRpcHandler> |
FastPathRWQueueRpcExecutor.writeHandlerStack |
| Modifier and Type | Method and Description |
|---|---|
private FastPathRpcHandler |
FastPathBalancedQueueRpcExecutor.popReadyHandler()
Returns Pop a Handler instance if one available ready-to-go or else return null.
|
| Constructor and Description |
|---|
FastPathRpcHandler(String name,
double handlerFailureThreshhold,
int handlerCount,
BlockingQueue<CallRunner> q,
AtomicInteger activeHandlerCount,
AtomicInteger failedHandlerCount,
Abortable abortable,
Deque<FastPathRpcHandler> fastPathHandlerStack) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.