public interface SlowTaskDetectorListener
Modifier and Type | Method and Description |
---|---|
void |
notifySlowTasks(Map<ExecutionVertexID,Collection<ExecutionAttemptID>> slowTasks)
Notify detected slow tasks.
|
void notifySlowTasks(Map<ExecutionVertexID,Collection<ExecutionAttemptID>> slowTasks)
slowTasks
- the map of execution vertices and their execution attempts which are
detected as slow.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.