java.io.Serializable, java.lang.Comparable<DeSelectFields.DeSelectType>public static enum DeSelectFields.DeSelectType extends java.lang.Enum<DeSelectFields.DeSelectType>
| Enum Constant | Description |
|---|---|
AM_NODE_LABEL_EXPRESSION |
|
APP_NODE_LABEL_EXPRESSION |
|
RESOURCE_INFO |
|
RESOURCE_REQUESTS |
RESOURCE_REQUESTS is the first
supported type from YARN-6280. |
TIMEOUTS |
APP_TIMEOUTS, APP_NODE_LABEL_EXPRESSION, AM_NODE_LABEL_EXPRESSION,
RESOURCE_INFO are additionally supported parameters added in
YARN-6871. |
| Modifier and Type | Method | Description |
|---|---|---|
static DeSelectFields.DeSelectType |
obtainType(java.lang.String literals) |
Obtain the
DeSelectType by the literals given behind
deSelects in URL. |
java.lang.String |
toString() |
use literals as toString.
|
static DeSelectFields.DeSelectType |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static DeSelectFields.DeSelectType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeSelectFields.DeSelectType RESOURCE_REQUESTS
RESOURCE_REQUESTS is the first
supported type from YARN-6280.public static final DeSelectFields.DeSelectType TIMEOUTS
APP_TIMEOUTS, APP_NODE_LABEL_EXPRESSION, AM_NODE_LABEL_EXPRESSION,
RESOURCE_INFO are additionally supported parameters added in
YARN-6871.public static final DeSelectFields.DeSelectType APP_NODE_LABEL_EXPRESSION
public static final DeSelectFields.DeSelectType AM_NODE_LABEL_EXPRESSION
public static final DeSelectFields.DeSelectType RESOURCE_INFO
public static DeSelectFields.DeSelectType[] values()
for (DeSelectFields.DeSelectType c : DeSelectFields.DeSelectType.values()) System.out.println(c);
public static DeSelectFields.DeSelectType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullpublic java.lang.String toString()
toString in class java.lang.Enum<DeSelectFields.DeSelectType>public static DeSelectFields.DeSelectType obtainType(java.lang.String literals)
DeSelectType by the literals given behind
deSelects in URL.
literals - e.g: resourceRequestsDeSelectType e.g: DeSelectType.RESOURCE_REQUESTSCopyright © 2008–2025 Apache Software Foundation. All rights reserved.