Uses of Enum Class
com.loomcache.server.cluster.ClusterHealthMonitor.AlertSeverity
Packages that use ClusterHealthMonitor.AlertSeverity
-
Uses of ClusterHealthMonitor.AlertSeverity in com.loomcache.server.cluster
Subclasses with type arguments of type ClusterHealthMonitor.AlertSeverity in com.loomcache.server.clusterModifier and TypeClassDescriptionstatic enumAlert severity levels.Methods in com.loomcache.server.cluster that return ClusterHealthMonitor.AlertSeverityModifier and TypeMethodDescriptionClusterHealthMonitor.HealthAlert.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static ClusterHealthMonitor.AlertSeverity[]ClusterHealthMonitor.AlertSeverity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.loomcache.server.cluster with parameters of type ClusterHealthMonitor.AlertSeverityModifierConstructorDescriptionHealthAlert(String metric, double threshold, double currentValue, Instant timestamp, ClusterHealthMonitor.AlertSeverity severity) Creates an instance of aHealthAlertrecord class.