| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.scheduler.strategy |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerVertexGroup> |
IntermediateResultPartition.getConsumerVertexGroups() |
List<ConsumerVertexGroup> |
EdgeManager.getConsumerVertexGroupsForPartition(IntermediateResultPartitionID resultPartitionId) |
| Modifier and Type | Method and Description |
|---|---|
void |
IntermediateResultPartition.addConsumers(ConsumerVertexGroup consumers) |
void |
EdgeManager.connectPartitionWithConsumerVertexGroup(IntermediateResultPartitionID resultPartitionId,
ConsumerVertexGroup consumerVertexGroup) |
| Modifier and Type | Method and Description |
|---|---|
static ConsumerVertexGroup |
ConsumerVertexGroup.fromMultipleVertices(List<ExecutionVertexID> vertices,
ResultPartitionType resultPartitionType) |
static ConsumerVertexGroup |
ConsumerVertexGroup.fromSingleVertex(ExecutionVertexID vertex,
ResultPartitionType resultPartitionType) |
ConsumerVertexGroup |
ConsumedPartitionGroup.getConsumerVertexGroup() |
| Modifier and Type | Method and Description |
|---|---|
List<ConsumerVertexGroup> |
SchedulingResultPartition.getConsumerVertexGroups()
Gets the
ConsumerVertexGroups. |
| Modifier and Type | Method and Description |
|---|---|
void |
ConsumedPartitionGroup.setConsumerVertexGroup(ConsumerVertexGroup consumerVertexGroup) |
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.