| Package | Description |
|---|---|
| org.apache.flink.optimizer.dag | |
| org.apache.flink.optimizer.plan | |
| org.apache.flink.optimizer.plandump |
| Modifier and Type | Class and Description |
|---|---|
class |
DagConnection
A connection between to operators.
|
| Modifier and Type | Method and Description |
|---|---|
Iterable<DumpableConnection<OptimizerNode>> |
OptimizerNode.getDumpableInputs() |
| Modifier and Type | Class and Description |
|---|---|
class |
Channel
A Channel represents the result produced by an operator and the data exchange
before the consumption by the target operator.
|
class |
NamedChannel |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DumpableConnection<PlanNode>> |
PlanNode.getDumpableInputs() |
| Modifier and Type | Method and Description |
|---|---|
Iterable<DumpableConnection<T>> |
DumpableNode.getDumpableInputs() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.