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
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler
.
-
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:RpcSchedulerFactory
Constructs aRpcScheduler
.- Specified by:
create
in interfaceRpcSchedulerFactory
- Overrides:
create
in classFifoRpcSchedulerFactory
-