Class ExecutionGraphUtils
- java.lang.Object
-
- org.apache.flink.runtime.executiongraph.ExecutionGraphUtils
-
public class ExecutionGraphUtils extends Object
Utility methods related toExecutionGraph
.
-
-
Constructor Summary
Constructors Constructor Description ExecutionGraphUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isAnyOutputBlocking(ExecutionGraph graph)
-
-
-
Method Detail
-
isAnyOutputBlocking
public static boolean isAnyOutputBlocking(ExecutionGraph graph)
- Returns:
- Whether there is any blocking output edge in the execution graph.
-
-