Package org.apache.flink.client.cli
Class DynamicPropertiesUtil
- java.lang.Object
-
- org.apache.flink.client.cli.DynamicPropertiesUtil
-
public class DynamicPropertiesUtil extends Object
Helper class for supporting dynamic property commandline options inCustomCommandLines.
-
-
Constructor Summary
Constructors Constructor Description DynamicPropertiesUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidencodeDynamicProperties(org.apache.commons.cli.CommandLine commandLine, org.apache.flink.configuration.Configuration effectiveConfiguration)Parses dynamic properties from the givenCommandLineand sets them on theConfiguration.
-