public class CapacitySchedulerQueueInfo extends Object
protected String queuePath
protected float capacity
protected float usedCapacity
protected float maxCapacity
protected float absoluteCapacity
protected float absoluteMaxCapacity
protected float absoluteUsedCapacity
protected int numApplications
protected String queueName
protected boolean isAbsoluteResource
protected org.apache.hadoop.yarn.api.records.QueueState state
protected CapacitySchedulerQueueInfoList queues
protected ResourceInfo resourcesUsed
protected long allocatedContainers
protected long reservedContainers
protected long pendingContainers
protected QueueCapacitiesInfo capacities
protected ResourcesInfo resources
protected ResourceInfo minEffectiveCapacity
protected ResourceInfo maxEffectiveCapacity
protected ResourceInfo maximumAllocation
protected QueueAclsInfo queueAcls
protected int queuePriority
protected String orderingPolicyInfo
protected boolean autoCreateChildQueueEnabled
protected LeafQueueTemplateInfo leafQueueTemplate
protected void populateQueueResourceUsage(ResourceUsage queueResourceUsage)
protected void populateQueueCapacities(QueueCapacities qCapacities, QueueResourceQuotas qResQuotas)
public float getCapacity()
public float getUsedCapacity()
public float getMaxCapacity()
public float getAbsoluteCapacity()
public float getAbsoluteMaxCapacity()
public float getAbsoluteUsedCapacity()
public int getNumApplications()
public long getAllocatedContainers()
public long getReservedContainers()
public long getPendingContainers()
public boolean isAbsoluteResource()
public String getQueueName()
public String getQueueState()
public String getQueuePath()
public CapacitySchedulerQueueInfoList getQueues()
public ResourceInfo getResourcesUsed()
public QueueCapacitiesInfo getCapacities()
public ResourcesInfo getResources()
public ResourceInfo getMinEffectiveCapacity()
public ResourceInfo getMaxEffectiveCapacity()
public ResourceInfo getMaximumAllocation()
public QueueAclsInfo getQueueAcls()
public int getPriority()
public String getOrderingPolicyInfo()
public boolean isLeafQueue()
public boolean isAutoCreateChildQueueEnabled()
public LeafQueueTemplateInfo getLeafQueueTemplate()
Copyright © 2008–2021 Apache Software Foundation. All rights reserved.