public interface SlowTaskDetector
| Modifier and Type | Method and Description |
|---|---|
void |
start(ExecutionGraph executionGraph,
SlowTaskDetectorListener listener,
org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
Start detecting slow tasks periodically.
|
void |
stop()
Stop detecting slow tasks.
|
void start(ExecutionGraph executionGraph, SlowTaskDetectorListener listener, org.apache.flink.runtime.concurrent.ComponentMainThreadExecutor mainThreadExecutor)
void stop()
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.