Interface RpcSchedulerFactory
- All Known Implementing Classes:
FifoRpcSchedulerFactory,MasterFifoRpcSchedulerFactory,SimpleRpcSchedulerFactory
A factory class that constructs an
RpcScheduler.-
Method Summary
Modifier and TypeMethodDescriptioncreate(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler.
-
Method Details
-
create
RpcScheduler create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server) Constructs aRpcScheduler.
-