@FunctionalInterface public interface PreferredLocationsRetriever
| 限定符和类型 | 方法和说明 |
|---|---|
CompletableFuture<Collection<TaskManagerLocation>> |
getPreferredLocations(ExecutionVertexID executionVertexId,
Set<ExecutionVertexID> producersToIgnore)
Returns preferred locations of an execution vertex.
|
CompletableFuture<Collection<TaskManagerLocation>> getPreferredLocations(ExecutionVertexID executionVertexId, Set<ExecutionVertexID> producersToIgnore)
executionVertexId - id of the execution vertexproducersToIgnore - producer vertices to ignore when calculating input locationsCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.