@Internal public class DefaultClusterClientServiceLoader extends Object implements ClusterClientServiceLoader
cluster client factories.| Constructor and Description |
|---|
DefaultClusterClientServiceLoader() |
| Modifier and Type | Method and Description |
|---|---|
java.util.stream.Stream<String> |
getApplicationModeTargetNames()
Loads and returns a stream of the names of all available execution target names for
Application Mode. |
<ClusterID> |
getClusterClientFactory(org.apache.flink.configuration.Configuration configuration)
Discovers the appropriate
ClusterClientFactory based on the provided configuration. |
public <ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory(org.apache.flink.configuration.Configuration configuration)
ClusterClientServiceLoaderClusterClientFactory based on the provided configuration.getClusterClientFactory in interface ClusterClientServiceLoaderconfiguration - the configuration based on which the appropriate factory is going to be
used.ClusterClientFactory.public java.util.stream.Stream<String> getApplicationModeTargetNames()
ClusterClientServiceLoaderApplication Mode.getApplicationModeTargetNames in interface ClusterClientServiceLoaderCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.