Interface SlowTaskDetector

    • Method Detail

      • start

        void start​(ExecutionGraph executionGraph,
                   SlowTaskDetectorListener listener,
                   org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
        Start detecting slow tasks periodically.
      • stop

        void stop()
        Stop detecting slow tasks.