Class SimpleRpcSchedulerFactory
java.lang.Object
org.apache.hadoop.hbase.regionserver.SimpleRpcSchedulerFactory
- All Implemented Interfaces:
RpcSchedulerFactory
@LimitedPrivate({"Coprocesssor","Phoenix"})
@Evolving
public class SimpleRpcSchedulerFactory
extends Object
implements RpcSchedulerFactory
Constructs a
SimpleRpcScheduler.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler.
-
Constructor Details
-
SimpleRpcSchedulerFactory
public SimpleRpcSchedulerFactory()
-
-
Method Details
-
create
public RpcScheduler create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Description copied from interface:RpcSchedulerFactoryConstructs aRpcScheduler.- Specified by:
createin interfaceRpcSchedulerFactory
-