Interface SlowTaskDetectorListener
-
- All Known Implementing Classes:
DefaultSpeculativeExecutionHandler
public interface SlowTaskDetectorListenerComponent responsible for listening on slow tasks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidnotifySlowTasks(Map<ExecutionVertexID,Collection<ExecutionAttemptID>> slowTasks)Notify detected slow tasks.
-
-
-
Method Detail
-
notifySlowTasks
void notifySlowTasks(Map<ExecutionVertexID,Collection<ExecutionAttemptID>> slowTasks)
Notify detected slow tasks.- Parameters:
slowTasks- the map of execution vertices and their execution attempts which are detected as slow.
-
-