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

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

public class CapacitySchedulerInfo
extends SchedulerInfo


Field Summary
protected  float capacity
           
protected  float maxCapacity
           
protected  String queueName
           
protected  CapacitySchedulerQueueInfoList queues
           
protected  float usedCapacity
           
 
Constructor Summary
CapacitySchedulerInfo()
           
CapacitySchedulerInfo(CSQueue parent)
           
 
Method Summary
 float getCapacity()
           
 float getMaxCapacity()
           
 String getQueueName()
           
 CapacitySchedulerQueueInfoList getQueues()
           
protected  CapacitySchedulerQueueInfoList getQueues(CSQueue parent)
           
 float getUsedCapacity()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

capacity

protected float capacity

usedCapacity

protected float usedCapacity

maxCapacity

protected float maxCapacity

queueName

protected String queueName

queues

protected CapacitySchedulerQueueInfoList queues
Constructor Detail

CapacitySchedulerInfo

public CapacitySchedulerInfo()

CapacitySchedulerInfo

public CapacitySchedulerInfo(CSQueue parent)
Method Detail

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.