Uses of Interface
org.apache.flink.client.cli.ApplicationDeployer
Packages that use ApplicationDeployer
-
Uses of ApplicationDeployer in org.apache.flink.client.deployment.application.cli
Classes in org.apache.flink.client.deployment.application.cli that implement ApplicationDeployerModifier and TypeClassDescriptionclassAn entity responsible for submitting an application for execution in "Application Mode", i.e. on a dedicated cluster that is created on application submission and torn down upon application termination, and with itsmain()executed on the cluster, rather than the client.