Uses of Enum Class
com.yahoo.vespa.hosted.controller.api.integration.organization.SystemMonitor.Confidence
Packages that use SystemMonitor.Confidence
Package
Description
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.ConfidenceModifier and TypeMethodDescriptionstatic SystemMonitor.ConfidenceReturns the enum constant of this class with the specified name.static SystemMonitor.Confidence[]SystemMonitor.Confidence.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.yahoo.vespa.hosted.controller.api.integration.organization with parameters of type SystemMonitor.ConfidenceModifier and TypeMethodDescriptionvoidSystemMonitor.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.ConfidenceModifier and TypeMethodDescriptionvoidDummySystemMonitor.reportSystemVersion(com.yahoo.component.Version systemVersion, SystemMonitor.Confidence confidence)