@Internal public abstract class AbstractContainerizedClusterClientFactory<ClusterID> extends Object implements ClusterClientFactory<ClusterID>
ClusterClientFactory containing some common implementations for different
containerized deployment clusters.| Constructor and Description |
|---|
AbstractContainerizedClusterClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
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, getApplicationTargetName, 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 in interface ClusterClientFactory<ClusterID>configuration - containing the configuration options relevant for the ClusterSpecificationClusterSpecification for a new Flink clusterCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.