| Modifier and Type | Field | Description |
|---|---|---|
static SchedulingPolicy |
SchedulingPolicy.DEFAULT_POLICY |
|
protected SchedulingPolicy |
FSQueue.policy |
| Modifier and Type | Method | Description |
|---|---|---|
SchedulingPolicy |
AllocationConfiguration.getDefaultSchedulingPolicy() |
|
static SchedulingPolicy |
SchedulingPolicy.getInstance(java.lang.Class<? extends SchedulingPolicy> clazz) |
Returns a
SchedulingPolicy instance corresponding
to the passed clazz. |
SchedulingPolicy |
FSQueue.getPolicy() |
|
static SchedulingPolicy |
SchedulingPolicy.parse(java.lang.String policy) |
Returns
SchedulingPolicy instance corresponding to the
SchedulingPolicy passed as a string. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
SchedulingPolicy.isChildPolicyAllowed(SchedulingPolicy childPolicy) |
Check whether the policy of a child queue is allowed.
|
void |
FSQueue.setPolicy(SchedulingPolicy policy) |
| Modifier and Type | Method | Description |
|---|---|---|
static SchedulingPolicy |
SchedulingPolicy.getInstance(java.lang.Class<? extends SchedulingPolicy> clazz) |
Returns a
SchedulingPolicy instance corresponding
to the passed clazz. |
| Modifier and Type | Method | Description |
|---|---|---|
SchedulingPolicy |
AllocationFileParser.getDefaultSchedulingPolicy() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.Map<java.lang.String,SchedulingPolicy> |
QueueProperties.getQueuePolicies() |
| Modifier and Type | Method | Description |
|---|---|---|
QueueProperties.Builder |
QueueProperties.Builder.queuePolicies(java.lang.String queueName,
SchedulingPolicy policy) |
| Modifier and Type | Class | Description |
|---|---|---|
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 |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FairSharePolicy.isChildPolicyAllowed(SchedulingPolicy childPolicy) |
|
boolean |
FifoPolicy.isChildPolicyAllowed(SchedulingPolicy childPolicy) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.