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. deploySessionCluster(ClusterSpecification clusterSpecification)Triggers deployment of a cluster.
-