@Internal public abstract class ExecutorBase extends Object implements org.apache.flink.table.delegation.Executor
Executor that is backed by a StreamExecutionEnvironment.| Modifier and Type | Field and Description |
|---|---|
protected org.apache.flink.table.api.TableConfig |
tableConfig |
| Constructor and Description |
|---|
ExecutorBase(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.common.JobExecutionResult |
execute(org.apache.flink.api.dag.Pipeline pipeline) |
org.apache.flink.core.execution.JobClient |
executeAsync(org.apache.flink.api.dag.Pipeline pipeline) |
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment |
getExecutionEnvironment() |
protected String |
getNonEmptyJobName(String jobName) |
public ExecutorBase(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment)
public org.apache.flink.streaming.api.environment.StreamExecutionEnvironment getExecutionEnvironment()
public org.apache.flink.api.common.JobExecutionResult execute(org.apache.flink.api.dag.Pipeline pipeline)
throws Exception
execute in interface org.apache.flink.table.delegation.ExecutorExceptionpublic org.apache.flink.core.execution.JobClient executeAsync(org.apache.flink.api.dag.Pipeline pipeline)
throws Exception
executeAsync in interface org.apache.flink.table.delegation.ExecutorExceptionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.