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