| Package | Description |
|---|---|
| org.apache.flink.compiler.plan | |
| org.apache.flink.compiler.plandump | |
| org.apache.flink.compiler.postpass |
| Modifier and Type | Method and Description |
|---|---|
Collection<SinkPlanNode> |
OptimizedPlan.getDataSinks()
Gets the data sinks from this OptimizedPlan.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SinkJoinerPlanNode.getDataSinks(List<SinkPlanNode> sinks) |
| Constructor and Description |
|---|
OptimizedPlan(Collection<SourcePlanNode> sources,
Collection<SinkPlanNode> sinks,
Collection<PlanNode> allNodes,
String jobName,
Plan pactPlan)
Creates a new instance of this optimizer plan container.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PlanJSONDumpGenerator.dumpOptimizerPlanAsJSON(List<SinkPlanNode> nodes,
PrintWriter writer) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
RecordModelPostPass.getSinkSchema(SinkPlanNode sinkPlanNode,
SparseKeySchema schema) |
protected abstract void |
GenericFlatTypePostPass.getSinkSchema(SinkPlanNode sink,
T schema) |
Copyright © 2014 The Apache Software Foundation. All rights reserved.