| Interface | Description |
|---|---|
| FlinkPlan |
A common interface for compiled Flink plans for both batch and streaming
processing programs.
|
| IterationPlanNode |
| Class | Description |
|---|---|
| BinaryUnionPlanNode |
A special subclass for the union to make it identifiable.
|
| BulkIterationPlanNode | |
| BulkPartialSolutionPlanNode |
Plan candidate node for partial solution of a bulk iteration.
|
| Channel |
A Channel represents the result produced by an operator and the data exchange
before the consumption by the target operator.
|
| DualInputPlanNode | |
| NamedChannel | |
| NAryUnionPlanNode |
A union operation over multiple inputs (2 or more).
|
| OptimizedPlan |
The execution plan generated by the Optimizer.
|
| PlanNode |
The representation of a data exchange between to operators.
|
| SingleInputPlanNode | |
| SinkJoinerPlanNode | |
| SinkPlanNode |
Plan candidate node for data flow sinks.
|
| SolutionSetPlanNode |
Plan candidate node for partial solution of a bulk iteration.
|
| SourcePlanNode |
Plan candidate node for data flow sources that have no input and no special strategies.
|
| StreamingPlan |
Abstract class representing Flink Streaming plans
|
| WorksetIterationPlanNode |
A node in the execution, representing a workset iteration (delta iteration).
|
| WorksetPlanNode |
Plan candidate node for partial solution of a bulk iteration.
|
| Enum | Description |
|---|---|
| PlanNode.FeedbackPropertiesMeetRequirementsReport | |
| PlanNode.SourceAndDamReport |
Copyright © 2014–2017 The Apache Software Foundation. All rights reserved.