@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(StreamExecutionEnvironment executionEnvironment) |
Modifier and Type | Method and Description |
---|---|
Pipeline |
createPipeline(List<Transformation<?>> transformations,
TableConfig tableConfig,
String jobName)
Translates the given transformations to a Pipeline.
|
execute, executeAsync, getExecutionEnvironment, getNonEmptyJobName
@VisibleForTesting public StreamExecutor(StreamExecutionEnvironment executionEnvironment)
public Pipeline createPipeline(List<Transformation<?>> transformations, TableConfig tableConfig, String jobName)
Executor
transformations
- list of transformationsjobName
- what should be the name of the jobCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.