public interface InputsLocationsRetriever
Execution
.Modifier and Type | Method and Description |
---|---|
Collection<Collection<ExecutionVertexID>> |
getConsumedResultPartitionsProducers(ExecutionVertexID executionVertexId)
Get the producers of the result partitions consumed by an execution.
|
Optional<CompletableFuture<TaskManagerLocation>> |
getTaskManagerLocation(ExecutionVertexID executionVertexId)
Get the task manager location future for an execution.
|
Collection<Collection<ExecutionVertexID>> getConsumedResultPartitionsProducers(ExecutionVertexID executionVertexId)
executionVertexId
- identifies the executionOptional<CompletableFuture<TaskManagerLocation>> getTaskManagerLocation(ExecutionVertexID executionVertexId)
executionVertexId
- identifying the executionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.