Class CapacitySchedulerInfo

java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.SchedulerInfo
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.CapacitySchedulerInfo

public class CapacitySchedulerInfo extends SchedulerInfo
  • Field Details

    • capacity

      protected float capacity
    • usedCapacity

      protected float usedCapacity
    • maxCapacity

      protected float maxCapacity
    • weight

      protected float weight
    • normalizedWeight

      protected float normalizedWeight
    • queueCapacityVectorInfo

      protected QueueCapacityVectorInfo queueCapacityVectorInfo
    • queueName

      protected String queueName
    • maxParallelApps

      protected int maxParallelApps
    • queues

    • capacities

      protected QueueCapacitiesInfo capacities
    • health

      protected CapacitySchedulerHealthInfo health
    • maximumAllocation

      protected ResourceInfo maximumAllocation
    • queueAcls

      protected QueueAclsInfo queueAcls
    • queuePriority

      protected int queuePriority
    • orderingPolicyInfo

      protected String orderingPolicyInfo
    • mode

      protected String mode
    • queueType

      protected String queueType
    • creationMethod

      protected String creationMethod
    • autoCreationEligibility

      protected String autoCreationEligibility
    • defaultNodeLabelExpression

      protected String defaultNodeLabelExpression
    • autoQueueTemplateProperties

      protected AutoQueueTemplatePropertiesInfo autoQueueTemplateProperties
    • autoQueueParentTemplateProperties

      protected AutoQueueTemplatePropertiesInfo autoQueueParentTemplateProperties
    • autoQueueLeafTemplateProperties

      protected AutoQueueTemplatePropertiesInfo autoQueueLeafTemplateProperties
  • Constructor Details

    • CapacitySchedulerInfo

      public CapacitySchedulerInfo()
    • CapacitySchedulerInfo

      public CapacitySchedulerInfo(CSQueue parent, CapacityScheduler cs)
  • Method Details