| Package | Description |
|---|---|
| org.apache.flink.client.deployment |
| Modifier and Type | Method and Description |
|---|---|
ClusterSpecification |
ClusterSpecification.ClusterSpecificationBuilder.createClusterSpecification() |
ClusterSpecification |
ClusterClientFactory.getClusterSpecification(org.apache.flink.configuration.Configuration configuration)
Returns the
ClusterSpecification specified by the configuration and the command line
options. |
ClusterSpecification |
StandaloneClientFactory.getClusterSpecification(org.apache.flink.configuration.Configuration configuration) |
ClusterSpecification |
AbstractContainerizedClusterClientFactory.getClusterSpecification(org.apache.flink.configuration.Configuration configuration) |
| 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)
Deprecated.
Per-job mode has been deprecated in Flink 1.15 and will be removed in the future.
Please use application mode instead.
|
ClusterClientProvider<StandaloneClusterId> |
StandaloneClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification) |
ClusterClientProvider<T> |
ClusterDescriptor.deploySessionCluster(ClusterSpecification clusterSpecification)
Triggers deployment of a cluster.
|
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.