Package org.apache.flink.client.cli
Class DynamicPropertiesUtil
java.lang.Object
org.apache.flink.client.cli.DynamicPropertiesUtil
Helper class for supporting dynamic property commandline options in
CustomCommandLines.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidencodeDynamicProperties(org.apache.commons.cli.CommandLine commandLine, org.apache.flink.configuration.Configuration effectiveConfiguration) Parses dynamic properties from the givenCommandLineand sets them on theConfiguration.
-
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 givenCommandLineand sets them on theConfiguration.
-