Packages that use org.apache.hadoop.hbase.ipc.RpcHandler
Tools to help define network clients and servers.
-
class
org.apache.hadoop.hbase.ipc.FastPathRpcHandler
protected org.apache.hadoop.hbase.ipc.RpcHandler
FastPathBalancedQueueRpcExecutor.getHandler(String name,
double handlerFailureThreshhold,
int handlerCount,
BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q,
AtomicInteger activeHandlerCount,
AtomicInteger failedHandlerCount,
org.apache.hadoop.hbase.Abortable abortable)
protected org.apache.hadoop.hbase.ipc.RpcHandler
FastPathRWQueueRpcExecutor.getHandler(String name,
double handlerFailureThreshhold,
int handlerCount,
BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q,
AtomicInteger activeHandlerCount,
AtomicInteger failedHandlerCount,
org.apache.hadoop.hbase.Abortable abortable)
protected org.apache.hadoop.hbase.ipc.RpcHandler
RpcExecutor.getHandler(String name,
double handlerFailureThreshhold,
int handlerCount,
BlockingQueue<org.apache.hadoop.hbase.ipc.CallRunner> q,
AtomicInteger activeHandlerCount,
AtomicInteger failedHandlerCount,
org.apache.hadoop.hbase.Abortable abortable)
Override if providing alternate Handler implementation.