org.apache.hadoop.yarn.server.resourcemanager.scheduler.common
Class QueueEntitlement
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.common.QueueEntitlement
public class QueueEntitlement
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
QueueEntitlement
public QueueEntitlement(float capacity,
float maxCapacity)
getMaxCapacity
public float getMaxCapacity()
setMaxCapacity
public void setMaxCapacity(float maxCapacity)
getCapacity
public float getCapacity()
setCapacity
public void setCapacity(float capacity)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.