| Modifier and Type | Method and Description |
|---|---|
net.java.dev.eval.Expression |
LabelManager.constructAppLabel(Queue.QueueLabelPolicy policy,
net.java.dev.eval.Expression appLabelExpression,
net.java.dev.eval.Expression queueLabelExpression) |
| Modifier and Type | Method and Description |
|---|---|
Queue.QueueLabelPolicy |
Queue.getLabelPolicy() |
static Queue.QueueLabelPolicy |
Queue.QueueLabelPolicy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Queue.QueueLabelPolicy[] |
Queue.QueueLabelPolicy.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Queue.QueueLabelPolicy |
LeafQueue.getLabelPolicy() |
Queue.QueueLabelPolicy |
ParentQueue.getLabelPolicy() |
| Modifier and Type | Field and Description |
|---|---|
protected Queue.QueueLabelPolicy |
FSQueue.labelPolicy |
| Modifier and Type | Method and Description |
|---|---|
Queue.QueueLabelPolicy |
FSQueue.getLabelPolicy() |
protected Queue.QueueLabelPolicy |
FSQueue.refreshLabelPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Queue.QueueLabelPolicy> |
AllocationConfiguration.getLabelPolicies() |
| Modifier and Type | Method and Description |
|---|---|
void |
FSQueue.setLabelPolicy(Queue.QueueLabelPolicy labelPolicy) |
| Constructor and Description |
|---|
AllocationConfiguration(Map<String,org.apache.hadoop.yarn.api.records.Resource> minQueueResources,
Map<String,org.apache.hadoop.yarn.api.records.Resource> maxQueueResources,
Map<String,Integer> queueMaxApps,
Map<String,Integer> userMaxApps,
Map<String,ResourceWeights> queueWeights,
Map<String,Float> queueMaxAMShares,
int userMaxAppsDefault,
int queueMaxAppsDefault,
float queueMaxAMShareDefault,
Map<String,SchedulingPolicy> schedulingPolicies,
SchedulingPolicy defaultSchedulingPolicy,
Map<String,Long> minSharePreemptionTimeouts,
Map<String,Map<org.apache.hadoop.yarn.api.records.QueueACL,org.apache.hadoop.security.authorize.AccessControlList>> queueAcls,
long fairSharePreemptionTimeout,
long defaultMinSharePreemptionTimeout,
QueuePlacementPolicy placementPolicy,
Map<FSQueueType,Set<String>> configuredQueues,
Map<String,String> queueLabels,
Map<String,Queue.QueueLabelPolicy> queueLabelPolicies) |
Copyright © 2014 Apache Software Foundation. All Rights Reserved.