Class QueueLimitCalculator
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.distributed.QueueLimitCalculator
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 Summary
Modifier and TypeMethodDescriptionorg.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit
-
Method Details
-
createContainerQueuingLimit
public org.apache.hadoop.yarn.server.api.records.ContainerQueuingLimit createContainerQueuingLimit()
-