Uses of Class
org.apache.flink.client.deployment.ClusterDeploymentException
-
Packages that use ClusterDeploymentException Package Description org.apache.flink.client.deployment -
-
Uses of ClusterDeploymentException in org.apache.flink.client.deployment
Methods in org.apache.flink.client.deployment that throw ClusterDeploymentException Modifier and Type Method Description ClusterClientProvider<T>ClusterDescriptor. deployApplicationCluster(ClusterSpecification clusterSpecification, ApplicationConfiguration applicationConfiguration)Triggers deployment of an application cluster.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.ClusterClientProvider<T>ClusterDescriptor. deploySessionCluster(ClusterSpecification clusterSpecification)Triggers deployment of a cluster.
-