public static enum BashJavaUtils.Command extends Enum<BashJavaUtils.Command>
| 枚举常量和说明 |
|---|
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.
|
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 - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.