| Package | Description |
|---|---|
| org.apache.flink.client.cli |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCustomCommandLine
Base class for
CustomCommandLine implementations which specify a JobManager address and a
ZooKeeper namespace. |
class |
DefaultCLI
The default CLI which is used for interaction with standalone clusters.
|
class |
GenericCLI
A generic implementation of the
CustomCommandLine that only expects the execution.target
parameter to be explicitly specified and simply forwards the rest of the options specified with
-D to the corresponding PipelineExecutor for further parsing. |
| Modifier and Type | Method and Description |
|---|---|
CustomCommandLine |
CliFrontend.validateAndGetActiveCommandLine(org.apache.commons.cli.CommandLine commandLine)
Gets the custom command-line for the arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static List<CustomCommandLine> |
CliFrontend.loadCustomCommandLines(org.apache.flink.configuration.Configuration configuration,
String configurationDirectory) |
| Modifier and Type | Method and Description |
|---|---|
static void |
CliFrontendParser.printHelp(Collection<CustomCommandLine> customCommandLines)
Prints the help for the client.
|
static void |
CliFrontendParser.printHelpForCancel(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForList(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForRun(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForRunApplication(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForSavepoint(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForStop(Collection<CustomCommandLine> customCommandLines) |
| Constructor and Description |
|---|
CliFrontend(org.apache.flink.configuration.Configuration configuration,
ClusterClientServiceLoader clusterClientServiceLoader,
List<CustomCommandLine> customCommandLines) |
CliFrontend(org.apache.flink.configuration.Configuration configuration,
List<CustomCommandLine> customCommandLines) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.