| Package | Description |
|---|---|
| org.apache.flink.client.cli |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCustomCommandLine<T>
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.
|
| Modifier and Type | Method and Description |
|---|---|
CustomCommandLine<?> |
CliFrontend.getActiveCustomCommandLine(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.printHelpForModify(Collection<CustomCommandLine<?>> customCommandLines) |
static void |
CliFrontendParser.printHelpForRun(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,
List<CustomCommandLine<?>> customCommandLines) |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.