Package | Description |
---|---|
org.apache.hadoop.hbase.ipc |
Tools to help define network clients and servers.
|
Modifier and Type | Class and Description |
---|---|
(package private) class |
FastPathBalancedQueueRpcExecutor.FastPathHandler |
Modifier and Type | Field and Description |
---|---|
private List<RpcExecutor.Handler> |
RpcExecutor.handlers |
Modifier and Type | Method and Description |
---|---|
protected RpcExecutor.Handler |
RpcExecutor.getHandler(String name,
double handlerFailureThreshhold,
BlockingQueue<CallRunner> q,
AtomicInteger activeHandlerCount)
Override if providing alternate Handler implementation.
|
protected RpcExecutor.Handler |
FastPathBalancedQueueRpcExecutor.getHandler(String name,
double handlerFailureThreshhold,
BlockingQueue<CallRunner> q,
AtomicInteger activeHandlerCount) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.