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