| Package | Description |
|---|---|
| org.apache.flink.client.cli | |
| org.apache.flink.client.deployment | |
| org.apache.flink.client.program | |
| org.apache.flink.client.program.rest |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CliFrontend.executeProgram(PackagedProgram program,
ClusterClient<?> client,
int parallelism) |
| Modifier and Type | Method and Description |
|---|---|
ClusterClient<T> |
ClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached)
Deploys a per-job cluster with the given job on the cluster.
|
ClusterClient<T> |
ClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification)
Triggers deployment of a cluster.
|
ClusterClient<T> |
ClusterDescriptor.retrieve(T clusterId)
Retrieves an existing Flink Cluster.
|
| Modifier and Type | Class and Description |
|---|---|
class |
MiniClusterClient
Client to interact with a
MiniCluster. |
class |
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.
|
| Modifier and Type | Field and Description |
|---|---|
protected ClusterClient<?> |
ContextEnvironment.client |
| Modifier and Type | Method and Description |
|---|---|
ClusterClient<?> |
ContextEnvironment.getClient() |
| Constructor and Description |
|---|
ContextEnvironment(ClusterClient<?> remoteConnection,
List<URL> jarFiles,
List<URL> classpaths,
ClassLoader userCodeClassLoader,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointSettings) |
ContextEnvironmentFactory(ClusterClient<?> client,
List<URL> jarFilesToAttach,
List<URL> classpathsToAttach,
ClassLoader userCodeClassLoader,
int defaultParallelism,
boolean isDetached,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointSettings) |
DetachedEnvironment(ClusterClient<?> remoteConnection,
List<URL> jarFiles,
List<URL> classpaths,
ClassLoader userCodeClassLoader,
org.apache.flink.runtime.jobgraph.SavepointRestoreSettings savepointSettings) |
| Modifier and Type | Class and Description |
|---|---|
class |
RestClusterClient<T>
A
ClusterClient implementation that communicates via HTTP REST requests. |
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.