| 程序包 | 说明 |
|---|---|
| org.apache.flink.client.cli |
| 限定符和类型 | 类和说明 |
|---|---|
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 |
ExecutorCLI
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. |
| 限定符和类型 | 方法和说明 |
|---|---|
CustomCommandLine |
CliFrontend.getActiveCustomCommandLine(org.apache.commons.cli.CommandLine commandLine)
Gets the custom command-line for the arguments.
|
| 限定符和类型 | 方法和说明 |
|---|---|
static List<CustomCommandLine> |
CliFrontend.loadCustomCommandLines(org.apache.flink.configuration.Configuration configuration,
String configurationDirectory) |
| 限定符和类型 | 方法和说明 |
|---|---|
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.printHelpForSavepoint(Collection<CustomCommandLine> customCommandLines) |
static void |
CliFrontendParser.printHelpForStop(Collection<CustomCommandLine> customCommandLines) |
| 构造器和说明 |
|---|
CliFrontend(org.apache.flink.configuration.Configuration configuration,
ClusterClientServiceLoader clusterClientServiceLoader,
List<CustomCommandLine> customCommandLines) |
CliFrontend(org.apache.flink.configuration.Configuration configuration,
List<CustomCommandLine> customCommandLines) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.