Uses of Class
org.apache.hadoop.hbase.ipc.RpcExecutor
-
Uses of RpcExecutor in org.apache.hadoop.hbase.ipc
Modifier and TypeClassDescriptionclass
AnRpcExecutor
that will balance requests evenly across all its queues, but still remains efficient with a single queue via an inlinable queue balancing mechanism.class
Balanced queue executor with a fastpath.class
RPC Executor that extendsRWQueueRpcExecutor
with fast-path feature, used inFastPathBalancedQueueRpcExecutor
.class
RPC Executor that uses different queues for reads and writes for meta.class
RPC Executor that uses different queues for reads and writes.Modifier and TypeFieldDescriptionprivate final RpcExecutor
SimpleRpcScheduler.bulkloadExecutor
private final RpcExecutor
SimpleRpcScheduler.callExecutor
private final RpcExecutor
SimpleRpcScheduler.metaTransitionExecutor
This executor is only for meta transitionprivate final RpcExecutor
SimpleRpcScheduler.priorityExecutor
private final RpcExecutor
SimpleRpcScheduler.replicationExecutor