| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractYarnScheduler.setEntitlement(java.lang.String queue,
QueueEntitlement entitlement) |
|
void |
YarnScheduler.setEntitlement(java.lang.String queue,
QueueEntitlement entitlement) |
This method increase the entitlement for current queue (must respect
invariants, e.g., no overcommit of parents, non negative, etc.).
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
AbstractAutoCreatedLeafQueue.setEntitlement(java.lang.String nodeLabel,
QueueEntitlement entitlement) |
This methods to change capacity for a queue and adjusts its
absoluteCapacity.
|
void |
AbstractAutoCreatedLeafQueue.setEntitlement(QueueEntitlement entitlement) |
This methods to change capacity for a queue and adjusts its
absoluteCapacity
|
void |
CapacityScheduler.setEntitlement(java.lang.String inQueue,
QueueEntitlement entitlement) |
|
protected void |
AbstractManagedParentQueue.validateQueueEntitlementChange(AbstractAutoCreatedLeafQueue leafQueue,
QueueEntitlement entitlement) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FairScheduler.setEntitlement(java.lang.String queueName,
QueueEntitlement entitlement) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.