@Internal
public interface Executor
Transformations graph generated by
Planner.
This uncouples the TableEnvironment from any given runtime.
| Modifier and Type | Method and Description |
|---|---|
void |
apply(List<org.apache.flink.api.dag.Transformation<?>> transformations)
Applies all given transformations.
|
org.apache.flink.api.common.JobExecutionResult |
execute(String jobName)
Executes all the previously applied transformations via
apply(List). |
void apply(List<org.apache.flink.api.dag.Transformation<?>> transformations)
execute(String)transformations - list of transformations to applyorg.apache.flink.api.common.JobExecutionResult execute(String jobName) throws Exception
apply(List).jobName - what should be the name of the jobException - which occurs during job execution.Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.