public class StatefulFunctionsClusterConfigurationParserFactory
extends java.lang.Object
implements org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.statefun.flink.launcher.StatefulFunctionsClusterConfiguration>
StatefulFunctionsClusterConfiguration
from a given list
of command line arguments.
This class was copied from Apache Flink.
Constructor and Description |
---|
StatefulFunctionsClusterConfigurationParserFactory() |
Modifier and Type | Method and Description |
---|---|
org.apache.flink.statefun.flink.launcher.StatefulFunctionsClusterConfiguration |
createResult(org.apache.commons.cli.CommandLine commandLine) |
org.apache.commons.cli.Options |
getOptions() |
public StatefulFunctionsClusterConfigurationParserFactory()
public org.apache.commons.cli.Options getOptions()
getOptions
in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.statefun.flink.launcher.StatefulFunctionsClusterConfiguration>
public org.apache.flink.statefun.flink.launcher.StatefulFunctionsClusterConfiguration createResult(@Nonnull org.apache.commons.cli.CommandLine commandLine) throws org.apache.flink.runtime.entrypoint.FlinkParseException
createResult
in interface org.apache.flink.runtime.entrypoint.parser.ParserResultFactory<org.apache.flink.statefun.flink.launcher.StatefulFunctionsClusterConfiguration>
org.apache.flink.runtime.entrypoint.FlinkParseException
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.