@Internal public class DefaultClusterClientServiceLoader extends Object implements ClusterClientServiceLoader
cluster client factories
.Constructor and Description |
---|
DefaultClusterClientServiceLoader() |
Modifier and Type | Method and Description |
---|---|
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. |
public <ClusterID> ClusterClientFactory<ClusterID> getClusterClientFactory(Configuration configuration)
ClusterClientServiceLoader
ClusterClientFactory
based on the provided configuration.getClusterClientFactory
in interface ClusterClientServiceLoader
configuration
- the configuration based on which the appropriate factory is going to be
used.ClusterClientFactory
.public Stream<String> getApplicationModeTargetNames()
ClusterClientServiceLoader
Application Mode
.getApplicationModeTargetNames
in interface ClusterClientServiceLoader
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.