@Internal public class StreamExecutor extends ExecutorBase
Executor that is backed by a StreamExecutionEnvironment.
This is the only executor that StreamPlanner
supports.tableConfig| Constructor and Description |
|---|
StreamExecutor(org.apache.flink.streaming.api.environment.StreamExecutionEnvironment executionEnvironment) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.api.dag.Pipeline |
createPipeline(List<org.apache.flink.api.dag.Transformation<?>> transformations,
org.apache.flink.table.api.TableConfig tableConfig,
String jobName) |
execute, executeAsync, getExecutionEnvironment, getNonEmptyJobNameCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.