Interface | Description |
---|---|
ClusterClient<T> |
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
ClusterClientProvider<T> |
Factory for
ClusterClients . |
Class | Description |
---|---|
ContextEnvironment |
Execution Environment for remote execution with the Client.
|
ContextEnvironmentFactory |
The factory that instantiates the environment to be used when running jobs that are
submitted through a pre-configured client connection.
|
MiniClusterClient |
Client to interact with a
MiniCluster . |
OptimizerPlanEnvironment |
An
ExecutionEnvironment that never executes a job but only extracts the Pipeline . |
PackagedProgram |
This class encapsulates represents a program, packaged in a jar file.
|
PackagedProgram.Builder |
A Builder For
PackagedProgram . |
PackagedProgramUtils |
Utility class for
PackagedProgram related operations. |
PerJobMiniClusterFactory |
Starts a
MiniCluster for every submitted job. |
Enum | Description |
---|---|
MiniClusterClient.MiniClusterId |
The type of the Cluster ID for the local
MiniCluster . |
Exception | Description |
---|---|
ProgramInvocationException |
Exception used to indicate that there is an error during the invocation of a Flink program.
|
ProgramMissingJobException |
Exception used to indicate that no job was executed during the invocation of a Flink program.
|
ProgramParametrizationException |
Exception used to indicate that there is an error in the parametrization of a Flink program.
|
Error | Description |
---|---|
OptimizerPlanEnvironment.ProgramAbortException |
A special exception used to abort programs when the caller is only interested in the
program plan, rather than in the full execution.
|
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.