Package org.apache.flink.api.java
Class ExecutionPlanUtil
- java.lang.Object
-
- org.apache.flink.api.java.ExecutionPlanUtil
-
@Internal public class ExecutionPlanUtil extends Object
A utility for extracting an execution plan (as JSON) from aPlan.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceExecutionPlanUtil.ExecutionPlanJSONGeneratorInternal interface for the JSON plan generator that has to reside in the optimizer package.
-
Constructor Summary
Constructors Constructor Description ExecutionPlanUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringgetExecutionPlanAsJSON(org.apache.flink.api.common.Plan plan)Extracts the execution plan (as JSON) from the givenPlan.
-
-
-
Method Detail
-
getExecutionPlanAsJSON
public static String getExecutionPlanAsJSON(org.apache.flink.api.common.Plan plan)
Extracts the execution plan (as JSON) from the givenPlan.
-
-