@Internal public class StreamingJobGraphGenerator extends Object
StreamGraph into a JobGraph.| Modifier and Type | Field and Description |
|---|---|
static long |
UNDEFINED_NETWORK_BUFFER_TIMEOUT |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.flink.runtime.jobgraph.JobGraph |
createJobGraph(StreamGraph streamGraph) |
static org.apache.flink.runtime.jobgraph.JobGraph |
createJobGraph(StreamGraph streamGraph,
org.apache.flink.api.common.JobID jobID) |
static boolean |
isChainable(StreamEdge edge,
StreamGraph streamGraph) |
public static final long UNDEFINED_NETWORK_BUFFER_TIMEOUT
public static org.apache.flink.runtime.jobgraph.JobGraph createJobGraph(StreamGraph streamGraph)
public static org.apache.flink.runtime.jobgraph.JobGraph createJobGraph(StreamGraph streamGraph, @Nullable org.apache.flink.api.common.JobID jobID)
public static boolean isChainable(StreamEdge edge, StreamGraph streamGraph)
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.