Uses of Interface
org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetectorListener
-
Packages that use SlowTaskDetectorListener Package Description org.apache.flink.runtime.scheduler.adaptivebatch org.apache.flink.runtime.scheduler.slowtaskdetector -
-
Uses of SlowTaskDetectorListener in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement SlowTaskDetectorListener Modifier and Type Class Description classDefaultSpeculativeExecutionHandlerThe default implementation ofSpeculativeExecutionHandler. -
Uses of SlowTaskDetectorListener in org.apache.flink.runtime.scheduler.slowtaskdetector
Methods in org.apache.flink.runtime.scheduler.slowtaskdetector with parameters of type SlowTaskDetectorListener Modifier and Type Method Description voidExecutionTimeBasedSlowTaskDetector. start(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)voidSlowTaskDetector. start(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)Start detecting slow tasks periodically.
-