Uses of Enum Class
net.bluemind.metrics.alerts.api.AlertLevel
-
Uses of AlertLevel in net.bluemind.metrics.alerts.api
Modifier 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.Modifier 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)