Uses of Class
org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.QueueEntitlement

Packages that use QueueEntitlement
org.apache.hadoop.yarn.server.resourcemanager.scheduler   
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity   
 

Uses of QueueEntitlement in org.apache.hadoop.yarn.server.resourcemanager.scheduler
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler with parameters of type QueueEntitlement
 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)
           
 

Uses of QueueEntitlement in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity with parameters of type QueueEntitlement
 void ReservationQueue.setEntitlement(QueueEntitlement entitlement)
          This methods to change capacity for a queue and adjusts its absoluteCapacity
 void CapacityScheduler.setEntitlement(String inQueue, QueueEntitlement entitlement)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.