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