Uses of Class
org.apache.flink.client.deployment.StandaloneClusterId
-
Packages that use StandaloneClusterId Package Description org.apache.flink.client.deployment -
-
Uses of StandaloneClusterId in org.apache.flink.client.deployment
Methods in org.apache.flink.client.deployment that return StandaloneClusterId Modifier and Type Method Description StandaloneClusterIdStandaloneClientFactory. getClusterId(org.apache.flink.configuration.Configuration configuration)static StandaloneClusterIdStandaloneClusterId. getInstance()Methods in org.apache.flink.client.deployment that return types with arguments of type StandaloneClusterId Modifier and Type Method Description ClusterClientProvider<StandaloneClusterId>StandaloneClusterDescriptor. deployApplicationCluster(ClusterSpecification clusterSpecification, ApplicationConfiguration applicationConfiguration)ClusterClientProvider<StandaloneClusterId>StandaloneClusterDescriptor. deployJobCluster(ClusterSpecification clusterSpecification, org.apache.flink.runtime.jobgraph.JobGraph jobGraph, boolean detached)ClusterClientProvider<StandaloneClusterId>StandaloneClusterDescriptor. deploySessionCluster(ClusterSpecification clusterSpecification)ClusterClientProvider<StandaloneClusterId>StandaloneClusterDescriptor. retrieve(StandaloneClusterId standaloneClusterId)Methods in org.apache.flink.client.deployment with parameters of type StandaloneClusterId Modifier and Type Method Description voidStandaloneClusterDescriptor. killCluster(StandaloneClusterId clusterId)ClusterClientProvider<StandaloneClusterId>StandaloneClusterDescriptor. retrieve(StandaloneClusterId standaloneClusterId)
-