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(Configuration configuration)
Discovers the appropriate
ClusterClientFactory based on the provided configuration. |
<ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory(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–2024 The Apache Software Foundation. All rights reserved.