Package | Description |
---|---|
net.bluemind.metrics.alerts.api | |
net.bluemind.metrics.core.service |
Modifier and Type | Field and Description |
---|---|
AlertLevel |
AlertInfo.level |
Modifier and Type | Method and Description |
---|---|
static AlertLevel |
AlertLevel.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AlertLevel[] |
AlertLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<AlertInfo> |
IMonitoring.getAlerts(int limit,
boolean filterResolved,
java.util.List<AlertLevel> levels) |
java.util.concurrent.CompletableFuture<java.util.List<AlertInfo>> |
IMonitoringPromise.getAlerts(int limit,
boolean filterResolved,
java.util.List<AlertLevel> levels) |
void |
IMonitoringAsync.getAlerts(int limit,
boolean filterResolved,
java.util.List<AlertLevel> levels,
AsyncHandler<java.util.List<AlertInfo>> handler) |
Modifier and Type | Method and Description |
---|---|
java.util.List<AlertInfo> |
MonitoringService.collectAlerts(java.lang.String url,
int limit,
boolean filterResolved,
java.util.List<AlertLevel> level) |
java.util.List<AlertInfo> |
MonitoringService.getAlerts(int limit,
boolean filterResolved,
java.util.List<AlertLevel> level) |
Copyright © 2021. All Rights Reserved.