public class StandaloneJobClusterConfigurationParserFactory extends Object implements org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.container.entrypoint.StandaloneJobClusterConfiguration>
StandaloneJobClusterConfiguration from a given
list of command line arguments.| Constructor and Description |
|---|
StandaloneJobClusterConfigurationParserFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.container.entrypoint.StandaloneJobClusterConfiguration |
createResult(org.apache.commons.cli.CommandLine commandLine) |
org.apache.commons.cli.Options |
getOptions() |
public StandaloneJobClusterConfigurationParserFactory()
public org.apache.commons.cli.Options getOptions()
getOptions in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.container.entrypoint.StandaloneJobClusterConfiguration>public org.apache.flink.container.entrypoint.StandaloneJobClusterConfiguration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine)
createResult in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.container.entrypoint.StandaloneJobClusterConfiguration>Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.