Class DummySystemMonitor
- java.lang.Object
-
- com.yahoo.vespa.hosted.controller.api.integration.stubs.DummySystemMonitor
-
- All Implemented Interfaces:
SystemMonitor
public class DummySystemMonitor extends java.lang.Object implements 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 Constructor Description DummySystemMonitor()
-
Method Summary
All Methods Instance Methods Concrete 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
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
-
-