java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueAllocationSettings

public class QueueAllocationSettings extends Object
This class determines minimum and maximum allocation settings based on the CapacitySchedulerConfiguration and other queue properties.
  • Constructor Details

    • QueueAllocationSettings

      public QueueAllocationSettings(org.apache.hadoop.yarn.api.records.Resource minimumAllocation)
  • Method Details

    • getMinimumAllocation

      public org.apache.hadoop.yarn.api.records.Resource getMinimumAllocation()
    • getMaximumAllocation

      public org.apache.hadoop.yarn.api.records.Resource getMaximumAllocation()