Class QueueStateHelper
java.lang.Object
org.apache.hadoop.yarn.server.resourcemanager.scheduler.capacity.QueueStateHelper
Collects all logic that are handling queue state transitions.
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidsetQueueState(AbstractCSQueue queue) Sets the current state of the queue based on its previous state, its parent's state and its configured state.
-
Method Details
-
setQueueState
Sets the current state of the queue based on its previous state, its parent's state and its configured state.- Parameters:
queue- the queue whose state is set
-