org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class CapacitySchedulerInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.SchedulerInfo
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerInfo
public class CapacitySchedulerInfo
- extends SchedulerInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
capacity
protected float capacity
usedCapacity
protected float usedCapacity
maxCapacity
protected float maxCapacity
queueName
protected String queueName
queues
protected CapacitySchedulerQueueInfoList queues
CapacitySchedulerInfo
public CapacitySchedulerInfo()
CapacitySchedulerInfo
public CapacitySchedulerInfo(CSQueue parent)
getCapacity
public float getCapacity()
getUsedCapacity
public float getUsedCapacity()
getMaxCapacity
public float getMaxCapacity()
getQueueName
public String getQueueName()
getQueues
public CapacitySchedulerQueueInfoList getQueues()
getQueues
protected CapacitySchedulerQueueInfoList getQueues(CSQueue parent)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.