public class DynamicParametersConfigurationParserFactory extends Object implements ParserResultFactory<org.apache.flink.configuration.Configuration>
DynamicParametersConfigurationParserFactory can be used to extract the dynamic parameters
from command line.| Constructor and Description |
|---|
DynamicParametersConfigurationParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.configuration.Configuration |
createResult(org.apache.commons.cli.CommandLine commandLine)
Create the result of the command line argument parsing.
|
org.apache.commons.cli.Options |
getOptions()
Returns all relevant
Options for parsing the command line arguments. |
static org.apache.commons.cli.Options |
options() |
public DynamicParametersConfigurationParserFactory()
public static org.apache.commons.cli.Options options()
public org.apache.commons.cli.Options getOptions()
ParserResultFactoryOptions for parsing the command line arguments.getOptions in interface ParserResultFactory<org.apache.flink.configuration.Configuration>public org.apache.flink.configuration.Configuration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine)
ParserResultFactorycreateResult in interface ParserResultFactory<org.apache.flink.configuration.Configuration>commandLine - to extract the options fromCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.