Package org.apache.flink.client.deployment
-
Interface Summary Interface Description ClusterClientFactory<ClusterID> A factory containing all the necessary information for creating clients to Flink clusters.ClusterClientServiceLoader An interface used to discover the appropriatecluster client factorybased on the providedConfiguration.ClusterDescriptor<T> A descriptor to deploy a cluster (e.g. -
Class Summary Class Description AbstractContainerizedClusterClientFactory<ClusterID> An abstractClusterClientFactorycontaining some common implementations for different containerized deployment clusters.ClusterClientJobClientAdapter<ClusterID> An implementation of theJobClientinterface that uses aClusterClientunderneath..ClusterSpecification Description of the cluster to start by theClusterDescriptor.ClusterSpecification.ClusterSpecificationBuilder Builder for theClusterSpecificationinstance.DefaultClusterClientServiceLoader A service provider forcluster client factories.StandaloneClientFactory AClusterClientFactoryfor a standalone cluster, i.e.StandaloneClusterDescriptor A deployment descriptor for an existing cluster.StandaloneClusterId Identifier for standalone clusters. -
Exception Summary Exception Description ClusterDeploymentException Class which indicates a problem when deploying a Flink cluster.ClusterRetrieveException Exception which indicates that a cluster could not be retrieved.