| Package | Description |
|---|---|
| org.apache.flink.runtime.entrypoint | |
| org.apache.flink.runtime.entrypoint.parser |
| Modifier and Type | Class and Description |
|---|---|
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. |
class |
ModifiableClusterConfigurationParserFactory
A class can be used to extract the configuration from command line and modify it.
|
| Modifier and Type | Method and Description |
|---|---|
static <T> T |
ClusterEntrypointUtils.parseParametersOrExit(String[] args,
ParserResultFactory<T> parserResultFactory,
Class<?> mainClass)
Parses passed String array using the parameter definitions of the passed
ParserResultFactory. |
| Constructor and Description |
|---|
CommandLineParser(ParserResultFactory<T> parserResultFactory) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.