Class SimpleRpcScheduler

java.lang.Object
org.apache.hadoop.hbase.ipc.RpcScheduler
org.apache.hadoop.hbase.ipc.SimpleRpcScheduler
All Implemented Interfaces:
ConfigurationObserver

@LimitedPrivate({"Coprocesssor","Phoenix"}) @Evolving public class SimpleRpcScheduler extends RpcScheduler implements ConfigurationObserver
The default scheduler. Configurable. Maintains isolated handler pools for general ('default'), high-priority ('priority'), and replication ('replication') requests. Default behavior is to balance the requests across handlers. Add configs to enable balancing by read vs writes, etc. See below article for explanation of options.
See Also: