@Internal public class ExecNodeGraphInternalPlan extends Object implements org.apache.flink.table.delegation.InternalPlan
CompiledPlan backed by an ExecNodeGraph.| Constructor and Description |
|---|
ExecNodeGraphInternalPlan(String serializedPlan,
ExecNodeGraph execNodeGraph) |
| Modifier and Type | Method and Description |
|---|---|
String |
asJsonString() |
ExecNodeGraph |
getExecNodeGraph() |
org.apache.flink.FlinkVersion |
getFlinkVersion() |
List<String> |
getSinkIdentifiers() |
void |
writeToFile(File file,
boolean ignoreIfExists,
boolean failIfExists) |
public ExecNodeGraphInternalPlan(String serializedPlan, ExecNodeGraph execNodeGraph)
public ExecNodeGraph getExecNodeGraph()
public String asJsonString()
asJsonString in interface org.apache.flink.table.delegation.InternalPlanpublic void writeToFile(File file, boolean ignoreIfExists, boolean failIfExists)
writeToFile in interface org.apache.flink.table.delegation.InternalPlanpublic org.apache.flink.FlinkVersion getFlinkVersion()
getFlinkVersion in interface org.apache.flink.table.delegation.InternalPlanCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.