Package | Description |
---|---|
org.apache.flink.optimizer | |
org.apache.flink.optimizer.plan | |
org.apache.flink.optimizer.plandump | |
org.apache.flink.optimizer.traversals |
This package contains the various traversals over the program plan and the optimizer DAG
(directed acyclic graph) that are made in the course of the optimization.
|
Modifier and Type | Method and Description |
---|---|
static List<DataSinkNode> |
Optimizer.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) |
Modifier and Type | Method and Description |
---|---|
List<DataSinkNode> |
GraphCreatingVisitor.getSinks() |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.