@InterfaceAudience.Private public enum QueueACL extends Enum<QueueACL>
Enum Constant and Description |
---|
ADMINISTER_JOBS |
SUBMIT_JOB |
Modifier and Type | Method and Description |
---|---|
String |
getAclName() |
static QueueACL |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueueACL[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueueACL SUBMIT_JOB
public static final QueueACL ADMINISTER_JOBS
public static QueueACL[] values()
for (QueueACL c : QueueACL.values()) System.out.println(c);
public static QueueACL valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic final String getAclName()
Copyright © 2020 Apache Software Foundation. All rights reserved.