Package | Description |
---|---|
org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
Modifier and Type | Method and Description |
---|---|
void |
QueueManager.initialize() |
static SchedulingPolicy |
SchedulingPolicy.parse(String policy)
Returns
SchedulingPolicy instance corresponding to the
SchedulingPolicy passed as a string. |
static Resource |
FairSchedulerConfiguration.parseResourceConfigValue(String val)
Parses a resource config value of a form like "1024", "1024 mb",
or "1024 mb, 3 vcores".
|
void |
QueueManager.reloadAllocs()
Updates the allocation list from the allocation config file.
|
static void |
SchedulingPolicy.setDefault(String className) |
void |
FSLeafQueue.setPolicy(SchedulingPolicy policy) |
abstract void |
FSQueue.setPolicy(SchedulingPolicy policy) |
void |
FSParentQueue.setPolicy(SchedulingPolicy policy) |
protected void |
FSQueue.throwPolicyDoesnotApplyException(SchedulingPolicy policy) |
Copyright © 2013 Apache Software Foundation. All rights reserved.