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

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

public class CapacitySchedulerLeafQueueInfo
extends CapacitySchedulerQueueInfo


Field Summary
protected  int maxActiveApplications
           
protected  int maxActiveApplicationsPerUser
           
protected  int maxApplications
           
protected  int maxApplicationsPerUser
           
protected  int numActiveApplications
           
protected  int numContainers
           
protected  int numPendingApplications
           
protected  int userLimit
           
protected  float userLimitFactor
           
protected  UsersInfo users
           
 
Fields inherited from class org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerQueueInfo
absoluteCapacity, absoluteMaxCapacity, absoluteUsedCapacity, capacity, maxCapacity, numApplications, queueName, queuePath, queues, resourcesUsed, state, usedCapacity
 
Method Summary
 int getMaxActiveApplications()
           
 int getMaxActiveApplicationsPerUser()
           
 int getMaxApplications()
           
 int getMaxApplicationsPerUser()
           
 int getNumActiveApplications()
           
 int getNumContainers()
           
 int getNumPendingApplications()
           
 int getUserLimit()
           
 float getUserLimitFactor()
           
 UsersInfo getUsers()
           
 
Methods inherited from class org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerQueueInfo
getAbsoluteCapacity, getAbsoluteMaxCapacity, getAbsoluteUsedCapacity, getCapacity, getMaxCapacity, getNumApplications, getQueueName, getQueuePath, getQueues, getQueueState, getResourcesUsed, getUsedCapacity
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

numActiveApplications

protected int numActiveApplications

numPendingApplications

protected int numPendingApplications

numContainers

protected int numContainers

maxApplications

protected int maxApplications

maxApplicationsPerUser

protected int maxApplicationsPerUser

maxActiveApplications

protected int maxActiveApplications

maxActiveApplicationsPerUser

protected int maxActiveApplicationsPerUser

userLimit

protected int userLimit

users

protected UsersInfo users

userLimitFactor

protected float userLimitFactor
Method Detail

getNumActiveApplications

public int getNumActiveApplications()

getNumPendingApplications

public int getNumPendingApplications()

getNumContainers

public int getNumContainers()

getMaxApplications

public int getMaxApplications()

getMaxApplicationsPerUser

public int getMaxApplicationsPerUser()

getMaxActiveApplications

public int getMaxActiveApplications()

getMaxActiveApplicationsPerUser

public int getMaxActiveApplicationsPerUser()

getUserLimit

public int getUserLimit()

getUsers

public UsersInfo getUsers()

getUserLimitFactor

public float getUserLimitFactor()


Copyright © 2014 Apache Software Foundation. All Rights Reserved.