Uses of Interface
org.apache.flink.client.deployment.ClusterDescriptor
-
Packages that use ClusterDescriptor Package Description org.apache.flink.client.deployment -
-
Uses of ClusterDescriptor in org.apache.flink.client.deployment
Classes in org.apache.flink.client.deployment that implement ClusterDescriptor Modifier and Type Class Description classStandaloneClusterDescriptorA deployment descriptor for an existing cluster.Methods in org.apache.flink.client.deployment that return ClusterDescriptor Modifier and Type Method Description ClusterDescriptor<ClusterID>ClusterClientFactory. createClusterDescriptor(org.apache.flink.configuration.Configuration configuration)Create aClusterDescriptorfrom the given configuration.
-