|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SchedulingPolicy | |
|---|---|
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair | |
| org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies | |
| Uses of SchedulingPolicy in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair |
|---|
| Fields in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair declared as SchedulingPolicy | |
|---|---|
protected SchedulingPolicy |
FSQueue.policy
|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair that return SchedulingPolicy | |
|---|---|
static SchedulingPolicy |
SchedulingPolicy.getDefault()
|
static SchedulingPolicy |
SchedulingPolicy.getInstance(Class<? extends SchedulingPolicy> clazz)
Returns a SchedulingPolicy instance corresponding to the passed clazz |
SchedulingPolicy |
FSQueue.getPolicy()
|
static SchedulingPolicy |
SchedulingPolicy.parse(String policy)
Returns SchedulingPolicy instance corresponding to the
SchedulingPolicy passed as a string. |
| Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with parameters of type SchedulingPolicy | |
|---|---|
static boolean |
SchedulingPolicy.isApplicableTo(SchedulingPolicy policy,
byte depth)
Checks if the specified SchedulingPolicy can be used for a queue at
the specified depth in the hierarchy |
abstract void |
FSQueue.setPolicy(SchedulingPolicy policy)
|
void |
FSParentQueue.setPolicy(SchedulingPolicy policy)
|
void |
FSLeafQueue.setPolicy(SchedulingPolicy policy)
|
protected void |
FSQueue.throwPolicyDoesnotApplyException(SchedulingPolicy policy)
|
| Method parameters in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair with type arguments of type SchedulingPolicy | |
|---|---|
static SchedulingPolicy |
SchedulingPolicy.getInstance(Class<? extends SchedulingPolicy> clazz)
Returns a SchedulingPolicy instance corresponding to the passed clazz |
| Uses of SchedulingPolicy in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies |
|---|
| Subclasses of SchedulingPolicy in org.apache.hadoop.yarn.server.resourcemanager.scheduler.fair.policies | |
|---|---|
class |
DominantResourceFairnessPolicy
Makes scheduling decisions by trying to equalize dominant resource usage. |
class |
FairSharePolicy
Makes scheduling decisions by trying to equalize shares of memory. |
class |
FifoPolicy
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||