public class CapacitySchedulerInfo extends SchedulerInfo
maxAllocResource, maximumClusterPriority, minAllocResource, schedulerName, schedulingResourceTypes| Constructor | Description |
|---|---|
CapacitySchedulerInfo() |
|
CapacitySchedulerInfo(CSQueue parent,
CapacityScheduler cs) |
| Modifier and Type | Method | Description |
|---|---|---|
QueueCapacitiesInfo |
getCapacities() |
|
float |
getCapacity() |
|
float |
getMaxCapacity() |
|
ResourceInfo |
getMaximumAllocation() |
|
java.lang.String |
getMode() |
|
java.lang.String |
getOrderingPolicyInfo() |
|
int |
getPriority() |
|
QueueAclsInfo |
getQueueAcls() |
|
java.lang.String |
getQueueName() |
|
java.lang.String |
getQueuePath() |
|
CapacitySchedulerQueueInfoList |
getQueues() |
|
protected CapacitySchedulerQueueInfoList |
getQueues(CapacityScheduler cs,
CSQueue parent) |
|
java.lang.String |
getQueueType() |
|
float |
getUsedCapacity() |
getMaxAllocation, getMaxClusterLevelAppPriority, getMinAllocation, getSchedulerResourceTypes, getSchedulerTypeprotected float capacity
protected float usedCapacity
protected float maxCapacity
protected float weight
protected float normalizedWeight
protected QueueCapacityVectorInfo queueCapacityVectorInfo
protected java.lang.String queueName
protected int maxParallelApps
protected CapacitySchedulerQueueInfoList queues
protected QueueCapacitiesInfo capacities
protected CapacitySchedulerHealthInfo health
protected ResourceInfo maximumAllocation
protected QueueAclsInfo queueAcls
protected int queuePriority
protected java.lang.String orderingPolicyInfo
protected java.lang.String mode
protected java.lang.String queueType
protected java.lang.String creationMethod
protected java.lang.String autoCreationEligibility
protected java.lang.String defaultNodeLabelExpression
protected AutoQueueTemplatePropertiesInfo autoQueueTemplateProperties
protected AutoQueueTemplatePropertiesInfo autoQueueParentTemplateProperties
protected AutoQueueTemplatePropertiesInfo autoQueueLeafTemplateProperties
public CapacitySchedulerInfo()
public CapacitySchedulerInfo(CSQueue parent, CapacityScheduler cs)
public float getCapacity()
public float getUsedCapacity()
public QueueCapacitiesInfo getCapacities()
public float getMaxCapacity()
public java.lang.String getQueueName()
public java.lang.String getQueuePath()
public ResourceInfo getMaximumAllocation()
public QueueAclsInfo getQueueAcls()
public int getPriority()
public java.lang.String getOrderingPolicyInfo()
public CapacitySchedulerQueueInfoList getQueues()
protected CapacitySchedulerQueueInfoList getQueues(CapacityScheduler cs, CSQueue parent)
public java.lang.String getMode()
public java.lang.String getQueueType()
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.