Class FifoRpcSchedulerFactory
java.lang.Object
org.apache.hadoop.hbase.regionserver.FifoRpcSchedulerFactory
- All Implemented Interfaces:
RpcSchedulerFactory
- Direct Known Subclasses:
MasterFifoRpcSchedulerFactory
@Private
@Evolving
public class FifoRpcSchedulerFactory
extends Object
implements RpcSchedulerFactory
Factory to use when you want to use the
FifoRpcScheduler
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncreate
(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler
.
-
Constructor Details
-
FifoRpcSchedulerFactory
public FifoRpcSchedulerFactory()
-
-
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
-