Uses of Interface
org.apache.flink.runtime.scheduler.slowtaskdetector.SlowTaskDetectorListener
Packages that use SlowTaskDetectorListener
Package
Description
-
Uses of SlowTaskDetectorListener in org.apache.flink.runtime.scheduler.adaptivebatch
Classes in org.apache.flink.runtime.scheduler.adaptivebatch that implement SlowTaskDetectorListenerModifier and TypeClassDescriptionclassThe 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 SlowTaskDetectorListenerModifier and TypeMethodDescriptionvoidExecutionTimeBasedSlowTaskDetector.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.