| Package | Description |
|---|---|
| org.apache.flink.client | |
| org.apache.flink.client.cli | |
| org.apache.flink.client.deployment | |
| org.apache.flink.client.program |
| Class and Description |
|---|
| ClusterClient
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
| JobWithJars
A JobWithJars is a Flink dataflow plan, together with a bunch of JAR files that contain
the classes of the functions and libraries necessary for the execution.
|
| PackagedProgram
This class encapsulates represents a program, packaged in a jar file.
|
| ProgramInvocationException
Exception used to indicate that there is an error during the invocation of a Flink program.
|
| Class and Description |
|---|
| ClusterClient
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
| StandaloneClusterClient
Cluster client for communication with an standalone (on-premise) cluster or an existing cluster that has been
brought up independently of a specific job.
|
| Class and Description |
|---|
| ClusterClient
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
| StandaloneClusterClient
Cluster client for communication with an standalone (on-premise) cluster or an existing cluster that has been
brought up independently of a specific job.
|
| Class and Description |
|---|
| ClusterClient
Encapsulates the functionality necessary to submit a program to a remote cluster.
|
| ClusterClient.LazyActorSystemLoader |
| ContextEnvironment
Execution Environment for remote execution with the Client.
|
| DetachedEnvironment.DetachedJobExecutionResult |
| JobWithJars
A JobWithJars is a Flink dataflow plan, together with a bunch of JAR files that contain
the classes of the functions and libraries necessary for the execution.
|
| PackagedProgram
This class encapsulates represents a program, packaged in a jar file.
|
| 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.
|
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.