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