public static enum BashJavaUtils.Command extends Enum<BashJavaUtils.Command>
Enum Constant and Description |
---|
GET_JM_RESOURCE_PARAMS
Get JVM parameters and dynamic configs of job manager resources.
|
GET_TM_RESOURCE_PARAMS
Get JVM parameters and dynamic configs 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_PARAMS
public static final BashJavaUtils.Command GET_JM_RESOURCE_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–2021 The Apache Software Foundation. All rights reserved.