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