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)
InputsLocationsRetrievergetConsumedResultPartitionsProducers 在接口中 InputsLocationsRetrieverexecutionVertexId - identifies the executionpublic Optional<CompletableFuture<TaskManagerLocation>> getTaskManagerLocation(ExecutionVertexID executionVertexId)
InputsLocationsRetrievergetTaskManagerLocation 在接口中 InputsLocationsRetrieverexecutionVertexId - identifying the executionCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.