@FunctionalInterface public interface SyncPreferredLocationsRetriever
| Modifier and Type | Method and Description |
|---|---|
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–2024 The Apache Software Foundation. All rights reserved.