Uses of Interface
org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
-
Packages that use ParserResultFactory Package Description org.apache.flink.runtime.entrypoint org.apache.flink.runtime.entrypoint.parser -
-
Uses of ParserResultFactory in org.apache.flink.runtime.entrypoint
Classes in org.apache.flink.runtime.entrypoint that implement ParserResultFactory Modifier and Type Class Description classClusterConfigurationParserFactoryParser factory which generates aClusterConfigurationfrom the given list of command line arguments.classDynamicParametersConfigurationParserFactoryDynamicParametersConfigurationParserFactorycan be used to extract the dynamic parameters from command line.classEntrypointClusterConfigurationParserFactoryParser factory forEntrypointClusterConfiguration.classModifiableClusterConfigurationParserFactoryA class can be used to extract the configuration from command line and modify it.Methods in org.apache.flink.runtime.entrypoint with parameters of type ParserResultFactory Modifier and Type Method Description static <T> TClusterEntrypointUtils. parseParametersOrExit(String[] args, ParserResultFactory<T> parserResultFactory, Class<?> mainClass)Parses passed String array using the parameter definitions of the passedParserResultFactory. -
Uses of ParserResultFactory in org.apache.flink.runtime.entrypoint.parser
Constructors in org.apache.flink.runtime.entrypoint.parser with parameters of type ParserResultFactory Constructor Description CommandLineParser(ParserResultFactory<T> parserResultFactory)
-