java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed.QueueLimitCalculator

public class QueueLimitCalculator extends Object
This class interacts with the NodeQueueLoadMonitor to keep track of the mean and standard deviation of the configured metrics (queue length or queue wait time) used to characterize the queue load of a specific node. The NodeQueueLoadMonitor triggers an update (by calling the update() method) every time it performs a re-ordering of all nodes.
  • Method Details

    • createContainerQueuingLimit

      public org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit createContainerQueuingLimit()