public class DefaultClusterClientServiceLoader extends Object implements ClusterClientServiceLoader
cluster client factories.| 构造器和说明 |
|---|
DefaultClusterClientServiceLoader() |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 在接口中 ClusterClientServiceLoaderconfiguration - the configuration based on which the appropriate factory is going to be used.ClusterClientFactory.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.