Interface SlowTaskDetectorListener
- All Known Implementing Classes:
DefaultSpeculativeExecutionHandler
public interface SlowTaskDetectorListener
Component responsible for listening on slow tasks.
-
Method Summary
Modifier and TypeMethodDescriptionvoidnotifySlowTasks(Map<ExecutionVertexID, Collection<ExecutionAttemptID>> slowTasks) Notify detected slow tasks.
-
Method Details
-
notifySlowTasks
Notify detected slow tasks.- Parameters:
slowTasks- the map of execution vertices and their execution attempts which are detected as slow.
-