org.apache.hadoop.yarn.server.resourcemanager.webapp.dao
Class CapacitySchedulerLeafQueueInfo
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerQueueInfo
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerLeafQueueInfo
public class CapacitySchedulerLeafQueueInfo
- extends CapacitySchedulerQueueInfo
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 |
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 |
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
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.