Uses of Class
com.yahoo.vespa.hosted.controller.api.integration.organization.SystemMonitor.Confidence
-
Packages that use SystemMonitor.Confidence Package Description com.yahoo.vespa.hosted.controller.api.integration.organization com.yahoo.vespa.hosted.controller.api.integration.stubs No-dependency implementations of integration interfaces for setups where we want to avoid contacting certain thirds-party systems. -
-
Uses of SystemMonitor.Confidence in com.yahoo.vespa.hosted.controller.api.integration.organization
Methods in com.yahoo.vespa.hosted.controller.api.integration.organization that return SystemMonitor.Confidence Modifier and Type Method Description static SystemMonitor.ConfidenceSystemMonitor.Confidence. valueOf(String name)Returns the enum constant of this type with the specified name.static SystemMonitor.Confidence[]SystemMonitor.Confidence. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type SystemMonitor.Confidence Modifier and Type Method Description voidSystemMonitor. reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence)Notifies the monitor of the current system version and its confidence. -
Uses of SystemMonitor.Confidence in com.yahoo.vespa.hosted.controller.api.integration.stubs
Methods in com.yahoo.vespa.hosted.controller.api.integration.stubs with parameters of type SystemMonitor.Confidence Modifier and Type Method Description voidDummySystemMonitor. reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence)
-