| Package | Description |
|---|---|
| org.apache.flink.compiler | |
| org.apache.flink.compiler.plan | |
| org.apache.flink.compiler.plandump |
| Modifier and Type | Method and Description |
|---|---|
static List<DataSinkNode> |
PactCompiler.createPreOptimizedPlan(Plan program)
This function performs only the first step to the compilation process - the creation of the optimizer
representation of the plan.
|
| Modifier and Type | Method and Description |
|---|---|
DataSinkNode |
SinkPlanNode.getSinkNode() |
| Constructor and Description |
|---|
SinkPlanNode(DataSinkNode template,
String nodeName,
Channel input)
Constructs a new sink candidate node that uses NONE as its local strategy.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlanJSONDumpGenerator.dumpPactPlanAsJSON(List<DataSinkNode> nodes,
PrintWriter writer) |
String |
PlanJSONDumpGenerator.getPactPlanAsJSON(List<DataSinkNode> nodes) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.