| 程序包 | 说明 |
|---|---|
| org.apache.flink.runtime.entrypoint | |
| org.apache.flink.runtime.entrypoint.parser |
| 限定符和类型 | 类和说明 |
|---|---|
class |
ClusterConfigurationParserFactory
Parser factory which generates a
ClusterConfiguration from the given list of command line
arguments. |
class |
DynamicParametersConfigurationParserFactory
DynamicParametersConfigurationParserFactory can be used to extract the dynamic parameters
from command line. |
class |
EntrypointClusterConfigurationParserFactory
Parser factory for
EntrypointClusterConfiguration. |
| 限定符和类型 | 方法和说明 |
|---|---|
static <T> T |
ClusterEntrypointUtils.parseParametersOrExit(String[] args,
ParserResultFactory<T> parserResultFactory,
Class<?> mainClass)
Parses passed String array using the parameter definitions of the passed
ParserResultFactory. |
| 构造器和说明 |
|---|
CommandLineParser(ParserResultFactory<T> parserResultFactory) |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.