Uses of Interface
org.apache.flink.runtime.entrypoint.parser.ParserResultFactory
Packages that use ParserResultFactory
-
Uses of ParserResultFactory in org.apache.flink.runtime.entrypoint
Classes in org.apache.flink.runtime.entrypoint that implement ParserResultFactoryModifier and TypeClassDescriptionclassParser factory which generates aClusterConfigurationfrom the given list of command line arguments.classDynamicParametersConfigurationParserFactorycan be used to extract the dynamic parameters from command line.classParser factory forEntrypointClusterConfiguration.classA 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 ParserResultFactoryModifier and TypeMethodDescriptionstatic <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