public class ExecutionTimeBasedSlowTaskDetector extends Object implements SlowTaskDetector
| 构造器和说明 |
|---|
ExecutionTimeBasedSlowTaskDetector(org.apache.flink.configuration.Configuration configuration) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
start(ExecutionGraph executionGraph,
SlowTaskDetectorListener listener,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
Start detecting slow tasks periodically.
|
void |
stop()
Stop detecting slow tasks.
|
public ExecutionTimeBasedSlowTaskDetector(org.apache.flink.configuration.Configuration configuration)
public void start(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
SlowTaskDetectorstart 在接口中 SlowTaskDetectorpublic void stop()
SlowTaskDetectorstop 在接口中 SlowTaskDetectorCopyright © 2014–2022 The Apache Software Foundation. All rights reserved.