Uses of Enum Class
org.sentrysoftware.metricshub.engine.alert.AlertRuleType
Packages that use AlertRuleType
-
Uses of AlertRuleType in org.sentrysoftware.metricshub.engine.alert
Methods in org.sentrysoftware.metricshub.engine.alert that return AlertRuleTypeModifier and TypeMethodDescriptionstatic AlertRuleTypeReturns the enum constant of this class with the specified name.static AlertRuleType[]AlertRuleType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.sentrysoftware.metricshub.engine.alert with parameters of type AlertRuleTypeModifierConstructorDescriptionAlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, long period, @NonNull Severity severity, @NonNull AlertRuleType type) Creates an AlertRule instance with the specified conditionsChecker, conditions, period, severity, and type.AlertRule(@NonNull BiFunction<Monitor, Set<AlertCondition>, AlertDetails> conditionsChecker, @NonNull Set<AlertCondition> conditions, @NonNull Severity severity, @NonNull AlertRuleType type) Creates an AlertRule instance with the specified conditionsChecker, conditions, severity, and type.