public interface ClusterClientServiceLoader
cluster client factory
based on the provided Configuration.| 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. |
<ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory(org.apache.flink.configuration.Configuration configuration)
ClusterClientFactory based on the provided configuration.configuration - the configuration based on which the appropriate factory is going to be
used.ClusterClientFactory.java.util.stream.Stream<String> getApplicationModeTargetNames()
Application Mode.Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.