@Internal public class ExecutionPlanUtil extends Object
Plan
.Modifier and Type | Class and Description |
---|---|
static interface |
ExecutionPlanUtil.ExecutionPlanJSONGenerator
Internal interface for the JSON plan generator that has to reside in the optimizer package.
|
Constructor and Description |
---|
ExecutionPlanUtil() |
Modifier and Type | Method and Description |
---|---|
static String |
getExecutionPlanAsJSON(org.apache.flink.api.common.Plan plan)
Extracts the execution plan (as JSON) from the given
Plan . |
public static String getExecutionPlanAsJSON(org.apache.flink.api.common.Plan plan)
Plan
.Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.