Enum Class QueueACL

java.lang.Object
java.lang.Enum<QueueACL>
org.apache.hadoop.yarn.api.records.QueueACL
All Implemented Interfaces:
Serializable, Comparable<QueueACL>, Constable

@Public @Stable public enum QueueACL extends Enum<QueueACL>
QueueACL enumerates the various ACLs for queues.

The ACL is one of:

See Also:
  • Enum Constant Details

    • SUBMIT_APPLICATIONS

      public static final QueueACL SUBMIT_APPLICATIONS
      ACL to submit applications to the queue.
    • ADMINISTER_QUEUE

      public static final QueueACL ADMINISTER_QUEUE
      ACL to administer the queue.
  • Method Details

    • values

      public static QueueACL[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static QueueACL valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null