java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao.SchedulerInfo
Direct Known Subclasses:
CapacitySchedulerInfo, FairSchedulerInfo, FifoSchedulerInfo

public class SchedulerInfo extends Object
  • Field Details

    • schedulerName

      protected String schedulerName
    • minAllocResource

      protected ResourceInfo minAllocResource
    • maxAllocResource

      protected ResourceInfo maxAllocResource
    • schedulingResourceTypes

      protected EnumSet<org.apache.hadoop.yarn.proto.YarnServiceProtos.SchedulerResourceTypes> schedulingResourceTypes
    • maximumClusterPriority

      protected int maximumClusterPriority
  • Constructor Details

    • SchedulerInfo

      public SchedulerInfo()
    • SchedulerInfo

      public SchedulerInfo(ResourceManager rm)
  • Method Details

    • getSchedulerType

      public String getSchedulerType()
    • getMinAllocation

      public ResourceInfo getMinAllocation()
    • getMaxAllocation

      public ResourceInfo getMaxAllocation()
    • getSchedulerResourceTypes

      public String getSchedulerResourceTypes()
    • getMaxClusterLevelAppPriority

      public int getMaxClusterLevelAppPriority()