Uses of Enum Class
net.bluemind.metrics.alerts.api.AlertLevel
Packages that use AlertLevel
-
Uses of AlertLevel in net.bluemind.metrics.alerts.api
Fields in net.bluemind.metrics.alerts.api declared as AlertLevelMethods in net.bluemind.metrics.alerts.api that return AlertLevelModifier and TypeMethodDescriptionstatic AlertLevel
Returns the enum constant of this class with the specified name.static AlertLevel[]
AlertLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Method parameters in net.bluemind.metrics.alerts.api with type arguments of type AlertLevelModifier and TypeMethodDescriptionIMonitoring.getAlerts
(int limit, boolean filterResolved, List<AlertLevel> levels) void
IMonitoringAsync.getAlerts
(int limit, boolean filterResolved, List<AlertLevel> levels, AsyncHandler<List<AlertInfo>> handler) IMonitoringPromise.getAlerts
(int limit, boolean filterResolved, List<AlertLevel> levels)