Interface SystemMonitor
-
- All Known Implementing Classes:
DummySystemMonitor
public interface SystemMonitorMonitors a Vespa controller and its system.- Author:
- jonmv
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSystemMonitor.Confidence
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidreportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence)Notifies the monitor of the current system version and its confidence.
-
-
-
Method Detail
-
reportSystemVersion
void reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence)Notifies the monitor of the current system version and its confidence.
-
-