| Interface | Description |
|---|---|
| CustomCommandLine<T> |
Custom command-line interface to load hooks for the command-line interface.
|
| Class | Description |
|---|---|
| AbstractCustomCommandLine<T> |
Base class for
CustomCommandLine implementations which specify a JobManager address and
a ZooKeeper namespace. |
| CancelOptions |
Command line options for the CANCEL command.
|
| CliFrontend |
Implementation of a simple command line frontend for executing programs.
|
| CliFrontendParser |
A simple command line parser (based on Apache Commons CLI) that extracts command
line options.
|
| CommandLineOptions |
Base class for all options parsed from the command line.
|
| DefaultCLI |
The default CLI which is used for interaction with standalone clusters.
|
| InfoOptions |
Command line options for the INFO command.
|
| LegacyCLI |
The CLI which is used for interaction with the legacy standalone clusters.
|
| ListOptions |
Command line options for the LIST command.
|
| ProgramOptions |
Base class for command line options that refer to a JAR file program.
|
| RunOptions |
Command line options for the RUN command.
|
| SavepointOptions |
Command line options for the SAVEPOINT command.
|
| StopOptions |
Command line options for the STOP command.
|
| Exception | Description |
|---|---|
| CliArgsException |
Special exception that is thrown when the command line parsing fails.
|
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.