Interface | Description |
---|---|
ClusterClient<T> |
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
ClusterClientProvider<T> |
Factory for
ClusterClients . |
PackagedProgramRetriever |
Interface which allows to retrieve the
PackagedProgram . |
Class | Description |
---|---|
ContextEnvironment |
Execution Environment for remote execution with the Client.
|
DefaultPackagedProgramRetriever |
PackageProgramRetrieverImpl is the default implementation of PackagedProgramRetriever that can either retrieve a PackagedProgram from a specific jar,
some provided user classpath or the system classpath. |
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 . |
PerJobMiniClusterFactory |
Starts a
MiniCluster for every submitted job. |
StreamContextEnvironment |
Special
StreamExecutionEnvironment that will be used in cases where the CLI client or
testing utilities create a StreamExecutionEnvironment that should be used when StreamExecutionEnvironment.getExecutionEnvironment() is called. |
StreamPlanEnvironment |
A special
StreamExecutionEnvironment that is used in the web frontend when generating a
user-inspectable graph of a streaming job. |
Enum | Description |
---|---|
MiniClusterClient.MiniClusterId |
The type of the Cluster ID for the local
MiniCluster . |
PackagedProgramUtils |
Utility class for
PackagedProgram related operations. |
Exception | Description |
---|---|
MutatedConfigurationException |
If
DeploymentOptions.PROGRAM_CONFIG_ENABLED is disabled, configurations in the user jar
will throw this exception. |
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 |
---|---|
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–2024 The Apache Software Foundation. All rights reserved.