Package org.apache.flink.api.java
Interface ExecutionPlanUtil.ExecutionPlanJSONGenerator
-
- Enclosing class:
- ExecutionPlanUtil
@Internal public static interface ExecutionPlanUtil.ExecutionPlanJSONGeneratorInternal interface for the JSON plan generator that has to reside in the optimizer package. We load the actual subclass using reflection.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExecutionPlan(org.apache.flink.api.common.Plan plan)Returns the execution plan as a JSON string.
-
-
-
Method Detail
-
getExecutionPlan
String getExecutionPlan(org.apache.flink.api.common.Plan plan)
Returns the execution plan as a JSON string.
-
-