Interface ClusterClientServiceLoader
-
- All Known Implementing Classes:
DefaultClusterClientServiceLoader
public interface ClusterClientServiceLoaderAn interface used to discover the appropriatecluster client factorybased on the providedConfiguration.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Stream<String>getApplicationModeTargetNames()Loads and returns a stream of the names of all available execution target names forApplication Mode.<ClusterID>
ClusterClientFactory<ClusterID>getClusterClientFactory(org.apache.flink.configuration.Configuration configuration)Discovers the appropriateClusterClientFactorybased on the provided configuration.
-
-
-
Method Detail
-
getClusterClientFactory
<ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory(org.apache.flink.configuration.Configuration configuration)
Discovers the appropriateClusterClientFactorybased on the provided configuration.- Parameters:
configuration- the configuration based on which the appropriate factory is going to be used.- Returns:
- the appropriate
ClusterClientFactory.
-
-