public class CapacitySchedulerLeafQueueInfo extends CapacitySchedulerQueueInfo
| Modifier and Type | Field and Description |
|---|---|
protected ResourceInfo |
AMResourceLimit |
protected int |
maxApplications |
protected int |
maxApplicationsPerUser |
protected int |
numActiveApplications |
protected int |
numContainers |
protected int |
numPendingApplications |
protected boolean |
preemptionDisabled |
protected ResourceInfo |
usedAMResource |
protected ResourceInfo |
userAMResourceLimit |
protected int |
userLimit |
protected float |
userLimitFactor |
protected UsersInfo |
users |
absoluteCapacity, absoluteMaxCapacity, absoluteUsedCapacity, capacity, label, labelPolicy, maxCapacity, nodeLabels, numApplications, queueName, queuePath, queues, resourcesUsed, state, usedCapacity| Modifier and Type | Method and Description |
|---|---|
ResourceInfo |
getAMResourceLimit() |
int |
getMaxApplications() |
int |
getMaxApplicationsPerUser() |
int |
getNumActiveApplications() |
int |
getNumContainers() |
int |
getNumPendingApplications() |
boolean |
getPreemptionDisabled() |
ResourceInfo |
getUsedAMResource() |
ResourceInfo |
getUserAMResourceLimit() |
int |
getUserLimit() |
float |
getUserLimitFactor() |
UsersInfo |
getUsers() |
getAbsoluteCapacity, getAbsoluteMaxCapacity, getAbsoluteUsedCapacity, getCapacity, getLabel, getLabelPolicy, getMaxCapacity, getNodeLabels, getNumApplications, getQueueName, getQueuePath, getQueues, getQueueState, getResourcesUsed, getUsedCapacityprotected int numActiveApplications
protected int numPendingApplications
protected int numContainers
protected int maxApplications
protected int maxApplicationsPerUser
protected int userLimit
protected UsersInfo users
protected float userLimitFactor
protected ResourceInfo AMResourceLimit
protected ResourceInfo usedAMResource
protected ResourceInfo userAMResourceLimit
protected boolean preemptionDisabled
public int getNumActiveApplications()
public int getNumPendingApplications()
public int getNumContainers()
public int getMaxApplications()
public int getMaxApplicationsPerUser()
public int getUserLimit()
public UsersInfo getUsers()
public float getUserLimitFactor()
public ResourceInfo getAMResourceLimit()
public ResourceInfo getUsedAMResource()
public ResourceInfo getUserAMResourceLimit()
public boolean getPreemptionDisabled()
Copyright © 2016 Apache Software Foundation. All Rights Reserved.