public interface SlowTaskDetectorListener
| 限定符和类型 | 方法和说明 |
|---|---|
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–2023 The Apache Software Foundation. All rights reserved.