blob: feece4e59089b31fc33007065a5bf34c7470af16 [file] [log] [blame]
package org.apache.hadoop.yarn.api.records;
/**
* State of a Queue
*/
public enum QueueState {
STOPPED,
RUNNING
}