Interface SystemMonitor
- All Known Implementing Classes:
DummySystemMonitor
public interface SystemMonitor
Monitors a Vespa controller and its system.
- Author:
- jonmv
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionvoidreportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence) Notifies the monitor of the current system version and its confidence.
-
Method Details
-
reportSystemVersion
void reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence) Notifies the monitor of the current system version and its confidence.
-