Package | Description |
---|---|
org.maestro.worker.common | |
org.maestro.worker.common.watchdog |
Modifier and Type | Method and Description |
---|---|
List<WatchdogObserver> |
WorkerContainer.getObservers() |
Modifier and Type | Class and Description |
---|---|
class |
CleanupObserver
Cleans up the list of workers and do any other cleanup required
|
class |
DrainObserver |
class |
LatencyWriterObserver
An observer for the watchdog that handles the latency writing
process based on the start/stop of the tests
|
class |
RateWriterObserver
An observer for the watchdog that handles the rate writing
process based on the start/stop of the tests
|
class |
StaleObserver
An observer that checks if the workers have stopped sending data
|
class |
WorkerShutdownObserver
An observer for the watchdog that handles the worker shutdown process,
its terminal state and symlink creation on the log directory
|
This documentation was released into the public domain.