Uses of Interface
org.apache.flink.client.deployment.ClusterClientFactory
Packages that use ClusterClientFactory
-
Uses of ClusterClientFactory in org.apache.flink.client.deployment
Classes in org.apache.flink.client.deployment that implement ClusterClientFactoryModifier and TypeClassDescriptionclassAbstractContainerizedClusterClientFactory<ClusterID>An abstractClusterClientFactorycontaining some common implementations for different containerized deployment clusters.classAClusterClientFactoryfor a standalone cluster, i.e.Methods in org.apache.flink.client.deployment that return ClusterClientFactoryModifier and TypeMethodDescription<ClusterID>
ClusterClientFactory<ClusterID>ClusterClientServiceLoader.getClusterClientFactory(org.apache.flink.configuration.Configuration configuration) Discovers the appropriateClusterClientFactorybased on the provided configuration.<ClusterID>
ClusterClientFactory<ClusterID>DefaultClusterClientServiceLoader.getClusterClientFactory(org.apache.flink.configuration.Configuration configuration) -
Uses of ClusterClientFactory in org.apache.flink.client.deployment.executors
Classes in org.apache.flink.client.deployment.executors with type parameters of type ClusterClientFactoryModifier and TypeClassDescriptionclassAbstractSessionClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>> An abstractPipelineExecutorused to executepipelineson an existing (session) cluster.