| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.shuffle |
| Modifier and Type | Method and Description |
|---|---|
IntermediateResultPartition |
IntermediateResult.getPartitionById(IntermediateResultPartitionID resultPartitionId)
Returns the partition with the given ID.
|
IntermediateResultPartition[] |
IntermediateResult.getPartitions() |
IntermediateResultPartition |
ExecutionEdge.getSource() |
| Modifier and Type | Method and Description |
|---|---|
Map<IntermediateResultPartitionID,IntermediateResultPartition> |
ExecutionVertex.getProducedPartitions() |
| Modifier and Type | Method and Description |
|---|---|
void |
IntermediateResult.setPartition(int partitionNumber,
IntermediateResultPartition partition) |
| Constructor and Description |
|---|
ExecutionEdge(IntermediateResultPartition source,
ExecutionVertex target,
int inputNum) |
| Modifier and Type | Method and Description |
|---|---|
static PartitionDescriptor |
PartitionDescriptor.from(IntermediateResultPartition partition) |
Copyright © 2014–2020 The Apache Software Foundation. All rights reserved.