Class DummySystemMonitor
java.lang.Object
com.yahoo.vespa.hosted.controller.api.integration.stubs.DummySystemMonitor
- All Implemented Interfaces:
SystemMonitor
- Author:
- jonmv
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.yahoo.vespa.hosted.controller.api.integration.organization.SystemMonitor
SystemMonitor.Confidence -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence) Notifies the monitor of the current system version and its confidence.
-
Constructor Details
-
DummySystemMonitor
public DummySystemMonitor()
-
-
Method Details
-
reportSystemVersion
public void reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence) Description copied from interface:SystemMonitorNotifies the monitor of the current system version and its confidence.- Specified by:
reportSystemVersionin interfaceSystemMonitor
-