| Package | Description |
|---|---|
| org.apache.flink.runtime.executiongraph | |
| org.apache.flink.runtime.scheduler.strategy |
| Modifier and Type | Method and Description |
|---|---|
ConsumerVertexGroup |
IntermediateResultPartition.getConsumerVertexGroup() |
ConsumerVertexGroup |
EdgeManager.getConsumerVertexGroupForPartition(IntermediateResultPartitionID resultPartitionId) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsumerVertexGroup> |
IntermediateResultPartition.getConsumerVertexGroupOptional() |
| 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) |
static ConsumerVertexGroup |
ConsumerVertexGroup.fromSingleVertex(ExecutionVertexID vertex) |
| Modifier and Type | Method and Description |
|---|---|
Optional<ConsumerVertexGroup> |
SchedulingResultPartition.getConsumerVertexGroup()
Gets the
ConsumerVertexGroup. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.