Class ConfigurationCommandLineOptions
- java.lang.Object
-
- org.apache.flink.runtime.entrypoint.parser.ConfigurationCommandLineOptions
-
@Internal public class ConfigurationCommandLineOptions extends Object
Represents the set of command-line options related to update and get configuration.
-
-
Field Summary
Fields Modifier and Type Field Description static org.apache.commons.cli.Option
FLATTEN_CONFIG_OPTION
static org.apache.commons.cli.Option
REMOVE_KEY_OPTION
static org.apache.commons.cli.Option
REMOVE_KEY_VALUE_OPTION
static org.apache.commons.cli.Option
REPLACE_KEY_VALUE_OPTION
-
Constructor Summary
Constructors Constructor Description ConfigurationCommandLineOptions()
-
-
-
Field Detail
-
REPLACE_KEY_VALUE_OPTION
public static final org.apache.commons.cli.Option REPLACE_KEY_VALUE_OPTION
-
REMOVE_KEY_VALUE_OPTION
public static final org.apache.commons.cli.Option REMOVE_KEY_VALUE_OPTION
-
REMOVE_KEY_OPTION
public static final org.apache.commons.cli.Option REMOVE_KEY_OPTION
-
FLATTEN_CONFIG_OPTION
public static final org.apache.commons.cli.Option FLATTEN_CONFIG_OPTION
-
-