org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class CapacitySchedulerQueueInfoList

java.lang.Object
  extended by org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerQueueInfoList

public class CapacitySchedulerQueueInfoList
extends Object


Field Summary
protected  ArrayList<CapacitySchedulerQueueInfo> queue
           
 
Constructor Summary
CapacitySchedulerQueueInfoList()
           
 
Method Summary
 boolean addToQueueInfoList(CapacitySchedulerQueueInfo e)
           
 CapacitySchedulerQueueInfo getQueueInfo(int i)
           
 ArrayList<CapacitySchedulerQueueInfo> getQueueInfoList()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

queue

protected ArrayList<CapacitySchedulerQueueInfo> queue
Constructor Detail

CapacitySchedulerQueueInfoList

public CapacitySchedulerQueueInfoList()
Method Detail

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.