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

public final class QueueStateHelper extends Object
Collects all logic that are handling queue state transitions.
  • Method Details

    • setQueueState

      public static void setQueueState(AbstractCSQueue queue)
      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