Class RWQueueRpcExecutor

java.lang.Object
org.apache.hadoop.hbase.ipc.RpcExecutor
org.apache.hadoop.hbase.ipc.RWQueueRpcExecutor
Direct Known Subclasses:
FastPathRWQueueRpcExecutor, MetaRWQueueRpcExecutor

@LimitedPrivate({"Coprocesssor","Phoenix"}) @Evolving public class RWQueueRpcExecutor extends RpcExecutor
RPC Executor that uses different queues for reads and writes. With the options to use different queues/executors for gets and scans. Each handler has its own queue and there is no stealing.