Interface SlowTaskDetectorListener

    • 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.