Class DynamicPropertiesUtil

java.lang.Object
org.apache.flink.client.cli.DynamicPropertiesUtil

public class DynamicPropertiesUtil extends Object
Helper class for supporting dynamic property commandline options in CustomCommandLines.
  • Constructor Details

    • DynamicPropertiesUtil

      public DynamicPropertiesUtil()
  • Method Details

    • encodeDynamicProperties

      public static void encodeDynamicProperties(org.apache.commons.cli.CommandLine commandLine, org.apache.flink.configuration.Configuration effectiveConfiguration)
      Parses dynamic properties from the given CommandLine and sets them on the Configuration.