Uses of Interface
org.apache.flink.client.deployment.ClusterClientFactory
-
Packages that use ClusterClientFactory Package Description org.apache.flink.client.deployment org.apache.flink.client.deployment.executors -
-
Uses of ClusterClientFactory in org.apache.flink.client.deployment
Classes in org.apache.flink.client.deployment that implement ClusterClientFactory Modifier and Type Class Description classAbstractContainerizedClusterClientFactory<ClusterID>An abstractClusterClientFactorycontaining some common implementations for different containerized deployment clusters.classStandaloneClientFactoryAClusterClientFactoryfor a standalone cluster, i.e.Methods in org.apache.flink.client.deployment that return ClusterClientFactory Modifier and Type Method Description <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 ClusterClientFactory Modifier and Type Class Description classAbstractSessionClusterExecutor<ClusterID,ClientFactory extends ClusterClientFactory<ClusterID>>An abstractPipelineExecutorused to executepipelineson an existing (session) cluster.
-