public class ExecutionGraphToInputsLocationsRetrieverAdapter extends Object implements InputsLocationsRetriever
InputsLocationsRetriever
based on the ExecutionGraph
.构造器和说明 |
---|
ExecutionGraphToInputsLocationsRetrieverAdapter(ExecutionGraph executionGraph) |
限定符和类型 | 方法和说明 |
---|---|
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.
|
public ExecutionGraphToInputsLocationsRetrieverAdapter(ExecutionGraph executionGraph)
public Collection<Collection<ExecutionVertexID>> getConsumedResultPartitionsProducers(ExecutionVertexID executionVertexId)
InputsLocationsRetriever
getConsumedResultPartitionsProducers
在接口中 InputsLocationsRetriever
executionVertexId
- identifies the executionpublic Optional<CompletableFuture<TaskManagerLocation>> getTaskManagerLocation(ExecutionVertexID executionVertexId)
InputsLocationsRetriever
getTaskManagerLocation
在接口中 InputsLocationsRetriever
executionVertexId
- identifying the executionCopyright © 2014–2021 The Apache Software Foundation. All rights reserved.