@Internal public abstract class AbstractContainerizedClusterClientFactory<ClusterID> extends Object implements ClusterClientFactory<ClusterID>
ClusterClientFactory containing some common implementations for different containerized deployment clusters.| 构造器和说明 |
|---|
AbstractContainerizedClusterClientFactory() |
| 限定符和类型 | 方法和说明 |
|---|---|
ClusterSpecification |
getClusterSpecification(org.apache.flink.configuration.Configuration configuration)
Returns the
ClusterSpecification specified by the configuration and the command
line options. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcreateClusterDescriptor, getClusterId, isCompatibleWithpublic AbstractContainerizedClusterClientFactory()
public ClusterSpecification getClusterSpecification(org.apache.flink.configuration.Configuration configuration)
ClusterClientFactoryClusterSpecification specified by the configuration and the command
line options. This specification can be used to deploy a new Flink cluster.getClusterSpecification 在接口中 ClusterClientFactory<ClusterID>configuration - containing the configuration options relevant for the ClusterSpecificationClusterSpecification for a new Flink clusterCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.