@Internal public class StreamExecutor extends Object implements org.apache.flink.table.delegation.Executor
Executor that is backed by a StreamExecutionEnvironment.
This is the only executor that StreamPlanner supports.| Constructor and Description |
|---|
StreamExecutor(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
void |
apply(List<org.apache.flink.api.dag.Transformation<?>> transformations) |
org.apache.flink.api.common.JobExecutionResult |
execute(String jobName) |
org.apache.flink.streaming.api.environment.StreamExecutionEnvironment |
getExecutionEnvironment() |
@VisibleForTesting public StreamExecutor(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment)
public void apply(List<org.apache.flink.api.dag.Transformation<?>> transformations)
apply in interface org.apache.flink.table.delegation.Executorpublic org.apache.flink.api.common.JobExecutionResult execute(String jobName) throws Exception
execute in interface org.apache.flink.table.delegation.ExecutorExceptionpublic org.apache.flink.streaming.api.environment.StreamExecutionEnvironment getExecutionEnvironment()
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.