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
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority) Deprecated.create(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:RpcSchedulerFactoryConstructs aRpcScheduler.- Specified by:
createin interfaceRpcSchedulerFactory
-
create
@Deprecated public RpcScheduler create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority) Deprecated.- Specified by:
createin interfaceRpcSchedulerFactory- See Also:
-