Class ExecutionGraphUtils

java.lang.Object
org.apache.flink.runtime.executiongraph.ExecutionGraphUtils

public class ExecutionGraphUtils extends Object
Utility methods related to ExecutionGraph.
  • Constructor Details

    • ExecutionGraphUtils

      public ExecutionGraphUtils()
  • Method Details

    • isAnyOutputBlocking

      public static boolean isAnyOutputBlocking(ExecutionGraph graph)
      Returns:
      Whether there is any blocking output edge in the execution graph.