|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<ApplicationsRequestScope> org.apache.hadoop.yarn.api.protocolrecords.ApplicationsRequestScope
@InterfaceAudience.Public @InterfaceStability.Unstable public enum ApplicationsRequestScope
Enumeration that controls the scope of applications fetched
Enum Constant Summary | |
---|---|
ALL
All jobs |
|
OWN
Jobs owned by current user |
|
VIEWABLE
Jobs viewable by current user |
Method Summary | |
---|---|
static ApplicationsRequestScope |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static ApplicationsRequestScope[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final ApplicationsRequestScope ALL
public static final ApplicationsRequestScope VIEWABLE
public static final ApplicationsRequestScope OWN
Method Detail |
---|
public static ApplicationsRequestScope[] values()
for (ApplicationsRequestScope c : ApplicationsRequestScope.values()) System.out.println(c);
public static ApplicationsRequestScope valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |