| Package | Description |
|---|---|
| org.apache.flink.client.deployment |
| Modifier and Type | Method and Description |
|---|---|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deployApplicationCluster(ClusterSpecification clusterSpecification,
ApplicationConfiguration applicationConfiguration) |
ClusterClientProvider<T> |
ClusterDescriptor.deployApplicationCluster(ClusterSpecification clusterSpecification,
ApplicationConfiguration applicationConfiguration)
Triggers deployment of an application cluster.
|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deployJobCluster(ClusterSpecification clusterSpecification,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
boolean detached) |
ClusterClientProvider<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.
|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification) |
ClusterClientProvider<T> |
ClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification)
Triggers deployment of a cluster.
|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.retrieve(StandaloneClusterId standaloneClusterId) |
ClusterClientProvider<T> |
ClusterDescriptor.retrieve(T clusterId)
Retrieves an existing Flink Cluster.
|
| Constructor and Description |
|---|
ClusterClientJobClientAdapter(ClusterClientProvider<ClusterID> clusterClientProvider,
org.apache.flink.api.common.JobID jobID,
ClassLoader classLoader) |
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.