Class MasterFifoRpcSchedulerFactory
java.lang.Object
org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
org.apache.hadoop.hbase.regionserver.MasterFifoRpcSchedulerFactory
- All Implemented Interfaces:
RpcSchedulerFactory
Factory to use when you want to use the
MasterFifoRpcScheduler-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler.Methods inherited from class org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
create
-
Constructor Details
-
MasterFifoRpcSchedulerFactory
public MasterFifoRpcSchedulerFactory()
-
-
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- Overrides:
createin classFifoRpcSchedulerFactory
-