| Interface | Description |
|---|---|
| ApplicationDeployer |
An interface to be used by the
CliFrontend to submit user programs for execution. |
| CustomCommandLine |
Custom command-line interface to load hooks for the command-line interface.
|
| Class | Description |
|---|---|
| AbstractCustomCommandLine |
Base class for
CustomCommandLine implementations which specify a JobManager address and a
ZooKeeper namespace. |
| CancelOptions |
Command line options for the CANCEL command.
|
| ClientOptions |
Describes a client configuration parameter.
|
| 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.
|
| ExecutionConfigAccessor |
Accessor that exposes config settings that are relevant for execution from an underlying
Configuration. |
| 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. |
| ListOptions |
Command line options for the LIST command.
|
| ProgramOptions |
Base class for command line options that refer to a JAR file program.
|
| SavepointOptions |
Command line options for the SAVEPOINT command.
|
| Enum | Description |
|---|---|
| ProgramOptionsUtils |
Utility class for
ProgramOptions. |
| Exception | Description |
|---|---|
| CliArgsException |
Special exception that is thrown when the command line parsing fails.
|
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.