@Internal
public interface ApplicationDeployer
CliFrontend to submit user programs for execution.| Modifier and Type | Method and Description |
|---|---|
<ClusterID> |
run(org.apache.flink.configuration.Configuration configuration,
ApplicationConfiguration applicationConfiguration)
Submits a user program for execution and runs the main user method on the cluster.
|
<ClusterID> void run(org.apache.flink.configuration.Configuration configuration,
ApplicationConfiguration applicationConfiguration)
throws Exception
configuration - the configuration containing all the necessary information about
submitting the user program.applicationConfiguration - an ApplicationConfiguration specific to the
application to be executed.ExceptionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.