| 程序包 | 说明 |
|---|---|
| org.apache.flink.optimizer.dag | |
| org.apache.flink.optimizer.plan | |
| org.apache.flink.optimizer.plandump |
| 限定符和类型 | 类和说明 |
|---|---|
class |
DagConnection
A connection between to operators.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<DumpableConnection<OptimizerNode>> |
OptimizerNode.getDumpableInputs() |
| 限定符和类型 | 类和说明 |
|---|---|
class |
Channel
A Channel represents the result produced by an operator and the data exchange
before the consumption by the target operator.
|
class |
NamedChannel |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<DumpableConnection<PlanNode>> |
PlanNode.getDumpableInputs() |
| 限定符和类型 | 方法和说明 |
|---|---|
Iterable<DumpableConnection<T>> |
DumpableNode.getDumpableInputs() |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.