Uses of Enum Class
net.bluemind.metrics.alerts.api.AlertLevel
Packages that use AlertLevel
-
Uses of AlertLevel in net.bluemind.metrics.alerts.api
Subclasses with type arguments of type AlertLevel in net.bluemind.metrics.alerts.apiFields in net.bluemind.metrics.alerts.api declared as AlertLevelMethods in net.bluemind.metrics.alerts.api that return AlertLevelModifier and TypeMethodDescriptionstatic AlertLevelReturns 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) voidIMonitoringAsync.getAlerts(int limit, boolean filterResolved, List<AlertLevel> levels, AsyncHandler<List<AlertInfo>> handler) IMonitoringPromise.getAlerts(int limit, boolean filterResolved, List<AlertLevel> levels)