public interface InputsLocationsRetriever
ExecutionVertex
.Modifier and Type | Method and Description |
---|---|
Collection<ConsumedPartitionGroup> |
getConsumedPartitionGroups(ExecutionVertexID executionVertexId)
Get the consumed result partition groups of an execution vertex.
|
Collection<ExecutionVertexID> |
getProducersOfConsumedPartitionGroup(ConsumedPartitionGroup consumedPartitionGroup)
Get the producer execution vertices of a consumed result partition group.
|
Optional<CompletableFuture<TaskManagerLocation>> |
getTaskManagerLocation(ExecutionVertexID executionVertexId)
Get the task manager location future for an execution vertex.
|
Collection<ConsumedPartitionGroup> getConsumedPartitionGroups(ExecutionVertexID executionVertexId)
executionVertexId
- identifies the execution vertexCollection<ExecutionVertexID> getProducersOfConsumedPartitionGroup(ConsumedPartitionGroup consumedPartitionGroup)
consumedPartitionGroup
- the consumed result partition groupOptional<CompletableFuture<TaskManagerLocation>> getTaskManagerLocation(ExecutionVertexID executionVertexId)
executionVertexId
- identifying the execution vertexCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.