org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class CapacitySchedulerQueueInfoList
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerQueueInfoList
public class CapacitySchedulerQueueInfoList
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
queue
protected ArrayList<CapacitySchedulerQueueInfo> queue
CapacitySchedulerQueueInfoList
public CapacitySchedulerQueueInfoList()
getQueueInfoList
public ArrayList<CapacitySchedulerQueueInfo> getQueueInfoList()
addToQueueInfoList
public boolean addToQueueInfoList(CapacitySchedulerQueueInfo e)
getQueueInfo
public CapacitySchedulerQueueInfo getQueueInfo(int i)
Copyright © 2014 Apache Software Foundation. All Rights Reserved.