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 Details

    • 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
  • Constructor Details

    • ConfigurationCommandLineOptions

      public ConfigurationCommandLineOptions()