| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.scheduler.adaptivebatch |
| Modifier and Type | Method and Description |
|---|---|
static Map<IntermediateDataSetID,JobVertexInputInfo> |
VertexInputInfoComputationUtils.computeVertexInputInfos(int parallelism,
List<? extends IntermediateResultInfo> inputs,
boolean isDynamicGraph) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
BlockingResultInfo
The blocking result info, which will be used to calculate the vertex parallelism and input infos.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AllToAllBlockingResultInfo
Information of All-To-All result.
|
class |
PointwiseBlockingResultInfo
Information of Pointwise result.
|
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.