Uses of Class
com.influxdb.client.domain.StatusRule
Packages that use StatusRule
-
Uses of StatusRule in com.influxdb.client.domain
Methods in com.influxdb.client.domain that return StatusRuleModifier and TypeMethodDescriptionStatusRule.currentLevel
(RuleStatusLevel currentLevel) StatusRule.previousLevel
(RuleStatusLevel previousLevel) Methods in com.influxdb.client.domain that return types with arguments of type StatusRuleModifier and TypeMethodDescriptionNotificationRuleBase.getStatusRules()
List of status rules the notification rule attempts to match.Methods in com.influxdb.client.domain with parameters of type StatusRuleModifier and TypeMethodDescriptionNotificationRuleBase.addStatusRulesItem
(StatusRule statusRulesItem) Method parameters in com.influxdb.client.domain with type arguments of type StatusRuleModifier and TypeMethodDescriptionvoid
NotificationRuleBase.setStatusRules
(List<StatusRule> statusRules) NotificationRuleBase.statusRules
(List<StatusRule> statusRules)