public class RateWriterObserver extends Object implements WatchdogObserver
| Constructor and Description |
|---|
RateWriterObserver(WorkerRateWriter workerRateWriter) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
onStart()
Actions that run on watchdog start
|
boolean |
onStop(List<WorkerRuntimeInfo> workerRuntimeInfos)
Actions that run on watchdog stop
|
public RateWriterObserver(WorkerRateWriter workerRateWriter)
public boolean onStart()
WatchdogObserveronStart in interface WatchdogObserverpublic boolean onStop(List<WorkerRuntimeInfo> workerRuntimeInfos)
WatchdogObserveronStop in interface WatchdogObserverworkerRuntimeInfos - a list of active workers and their informationThis documentation was released into the public domain.