Interface ExecutionPlanUtil.ExecutionPlanJSONGenerator

  • Enclosing class:
    ExecutionPlanUtil

    @Internal
    public static interface ExecutionPlanUtil.ExecutionPlanJSONGenerator
    Internal interface for the JSON plan generator that has to reside in the optimizer package. We load the actual subclass using reflection.
    • Method Detail

      • getExecutionPlan

        String getExecutionPlan​(org.apache.flink.api.common.Plan plan)
        Returns the execution plan as a JSON string.