| Package | Description |
|---|---|
| org.maestro.worker.common.watchdog |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DrainObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos) |
boolean |
LatencyWriterObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos) |
boolean |
WorkerShutdownObserver.onStop(List<WorkerRuntimeInfo> workers) |
default boolean |
WatchdogObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos)
Actions that run on watchdog stop
|
boolean |
StaleObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos) |
boolean |
RateWriterObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos) |
boolean |
CleanupObserver.onStop(List<WorkerRuntimeInfo> workerRuntimeInfos) |
This documentation was released into the public domain.