@InterfaceAudience.Private @InterfaceStability.Evolving public class FifoRpcSchedulerFactory extends Object implements RpcSchedulerFactory
FifoRpcScheduler
Constructor and Description |
---|
FifoRpcSchedulerFactory() |
Modifier and Type | Method and Description |
---|---|
RpcScheduler |
create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority)
Deprecated.
|
RpcScheduler |
create(org.apache.hadoop.conf.Configuration conf,
PriorityFunction priority,
Abortable server)
Constructs a
RpcScheduler . |
public FifoRpcSchedulerFactory()
public RpcScheduler create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority, Abortable server)
RpcSchedulerFactory
RpcScheduler
.create
in interface RpcSchedulerFactory
@Deprecated public RpcScheduler create(org.apache.hadoop.conf.Configuration conf, PriorityFunction priority)
create
in interface RpcSchedulerFactory
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.