Class ExecutionPlanUtil


  • @Internal
    public class ExecutionPlanUtil
    extends Object
    A utility for extracting an execution plan (as JSON) from a Plan.
    • Constructor Detail

      • ExecutionPlanUtil

        public ExecutionPlanUtil()
    • Method Detail

      • getExecutionPlanAsJSON

        public static String getExecutionPlanAsJSON​(org.apache.flink.api.common.Plan plan)
        Extracts the execution plan (as JSON) from the given Plan.