| Package | Description |
|---|---|
| org.apache.flink.optimizer.dag | |
| org.apache.flink.optimizer.plan |
| Modifier and Type | Method and Description |
|---|---|
BulkPartialSolutionNode |
BulkIterationNode.getPartialSolution()
Gets the partialSolution from this BulkIterationNode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkIterationNode.setPartialSolution(BulkPartialSolutionNode partialSolution)
Sets the partialSolution for this BulkIterationNode.
|
| Modifier and Type | Method and Description |
|---|---|
BulkPartialSolutionNode |
BulkPartialSolutionPlanNode.getPartialSolutionNode() |
| Constructor and Description |
|---|
BulkPartialSolutionPlanNode(BulkPartialSolutionNode template,
String nodeName,
GlobalProperties gProps,
LocalProperties lProps,
Channel initialInput) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.