| Constructor and Description |
|---|
ProgramDeployer(ExecutionContext<C> context,
String jobName,
org.apache.flink.runtime.jobgraph.JobGraph jobGraph,
Result<C> result,
boolean awaitJobResult)
Deploys a table program on the cluster.
|
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobExecutionResult |
fetchExecutionResult() |
void |
run() |
public ProgramDeployer(ExecutionContext<C> context, String jobName, org.apache.flink.runtime.jobgraph.JobGraph jobGraph, Result<C> result, boolean awaitJobResult)
context - context with deployment informationjobName - job name of the Flink job to be submittedjobGraph - Flink job graphresult - result that receives information about the target clusterawaitJobResult - block for a job execution result from the clusterCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.