Interface SlowTaskDetector
-
- All Known Implementing Classes:
ExecutionTimeBasedSlowTaskDetector
public interface SlowTaskDetectorComponent responsible for detecting slow tasks.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidstart(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)Start detecting slow tasks periodically.voidstop()Stop detecting slow tasks.
-
-
-
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.
-
-