public class ExecutorUtils extends Object
Constructor and Description |
---|
ExecutorUtils() |
Modifier and Type | Method and Description |
---|---|
static StreamGraph |
generateStreamGraph(StreamExecutionEnvironment execEnv,
List<Transformation<?>> transformations)
Generate
StreamGraph by StreamGraphGenerator . |
static void |
setBatchProperties(StreamExecutionEnvironment execEnv,
TableConfig tableConfig)
Sets batch properties for
StreamExecutionEnvironment . |
static void |
setBatchProperties(StreamGraph streamGraph,
TableConfig tableConfig)
Sets batch properties for
StreamGraph . |
public static StreamGraph generateStreamGraph(StreamExecutionEnvironment execEnv, List<Transformation<?>> transformations)
StreamGraph
by StreamGraphGenerator
.public static void setBatchProperties(StreamExecutionEnvironment execEnv, TableConfig tableConfig)
StreamExecutionEnvironment
.public static void setBatchProperties(StreamGraph streamGraph, TableConfig tableConfig)
StreamGraph
.Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.