Class ExecutionTimeBasedSlowTaskDetector

java.lang.Object
org.apache.flink.runtime.scheduler.slowtaskdetector.ExecutionTimeBasedSlowTaskDetector
All Implemented Interfaces:
SlowTaskDetector

public class ExecutionTimeBasedSlowTaskDetector extends Object implements SlowTaskDetector
The slow task detector which detects slow tasks based on their execution time.
  • Constructor Details

    • ExecutionTimeBasedSlowTaskDetector

      public ExecutionTimeBasedSlowTaskDetector(org.apache.flink.configuration.Configuration configuration)
  • Method Details