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.
|
MIGRATE_LEGACY_FLINK_CONFIGURATION_TO_STANDARD_YAML
Load configuration from legacy conf file and return standard yaml config file.
|
UPDATE_AND_GET_FLINK_CONFIGURATION
Update and get configuration from conf file and dynamic configs of the FLINK cluster.
|
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 final BashJavaUtils.Command UPDATE_AND_GET_FLINK_CONFIGURATION
public static final BashJavaUtils.Command MIGRATE_LEGACY_FLINK_CONFIGURATION_TO_STANDARD_YAML
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–2024 The Apache Software Foundation. All rights reserved.