public class WorkerStaleChecker extends Object
| Constructor and Description |
|---|
WorkerStaleChecker(List<? extends MaestroWorker> workers)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
start()
Starts checking for staled workers
|
void |
stop()
Stops checking for staled workers
|
public WorkerStaleChecker(List<? extends MaestroWorker> workers)
workers - group of workers to checkThis documentation was released into the public domain.