public class ProgramDeployer extends Object
| Constructor and Description |
|---|
ProgramDeployer(org.apache.flink.configuration.Configuration configuration,
String jobName,
org.apache.flink.api.dag.Pipeline pipeline)
Deploys a table program on the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
CompletableFuture<org.apache.flink.core.execution.JobClient> |
deploy() |
public ProgramDeployer(org.apache.flink.configuration.Configuration configuration,
String jobName,
org.apache.flink.api.dag.Pipeline pipeline)
configuration - the Configuration that is used for deploymentjobName - job name of the Flink job to be submittedpipeline - Flink Pipeline to executepublic CompletableFuture<org.apache.flink.core.execution.JobClient> deploy()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.