public static enum BashJavaUtils.Command extends Enum<BashJavaUtils.Command>
| Enum Constant and Description |
|---|
GET_TM_RESOURCE_DYNAMIC_CONFIGS
Get dynamic configs of task executor resources.
|
GET_TM_RESOURCE_JVM_PARAMS
Get JVM parameters of task executor resources.
|
| Modifier and Type | Method and Description |
|---|---|
static BashJavaUtils.Command |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BashJavaUtils.Command[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BashJavaUtils.Command GET_TM_RESOURCE_DYNAMIC_CONFIGS
public static final BashJavaUtils.Command GET_TM_RESOURCE_JVM_PARAMS
public static BashJavaUtils.Command[] values()
for (BashJavaUtils.Command c : BashJavaUtils.Command.values()) System.out.println(c);
public static BashJavaUtils.Command 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 nullCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.