Uses of Interface
org.apache.flink.client.cli.ApplicationDeployer
-
Packages that use ApplicationDeployer Package Description org.apache.flink.client.deployment.application.cli -
-
Uses of ApplicationDeployer in org.apache.flink.client.deployment.application.cli
Classes in org.apache.flink.client.deployment.application.cli that implement ApplicationDeployer Modifier and Type Class Description classApplicationClusterDeployerAn 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.
-