public class AlertCluster extends Object
Constructor and Description |
---|
AlertCluster(AlertDefinition alertDefinition,
String hostName) |
AlertCluster(AlertDefinition alertDefinition,
String hostName,
Integer staleIntervalMultiplier) |
AlertCluster(Map<Long,AlertDefinition> alertDefinitions,
String hostName) |
AlertCluster(Map<Long,AlertDefinition> alertDefinitions,
String hostName,
Integer staleIntervalMultiplier) |
Modifier and Type | Method and Description |
---|---|
static AlertCluster |
emptyAlertCluster() |
Collection<AlertDefinition> |
getAlertDefinitions() |
String |
getHostName() |
Integer |
getStaleIntervalMultiplier() |
AlertCluster |
handleUpdate(AlertDefinitionEventType eventType,
AlertCluster update) |
public AlertCluster(AlertDefinition alertDefinition, String hostName, Integer staleIntervalMultiplier)
public AlertCluster(Map<Long,AlertDefinition> alertDefinitions, String hostName, Integer staleIntervalMultiplier)
public AlertCluster(AlertDefinition alertDefinition, String hostName)
public AlertCluster(Map<Long,AlertDefinition> alertDefinitions, String hostName)
public Integer getStaleIntervalMultiplier()
public Collection<AlertDefinition> getAlertDefinitions()
public String getHostName()
public AlertCluster handleUpdate(AlertDefinitionEventType eventType, AlertCluster update)
public static AlertCluster emptyAlertCluster()
Copyright © 2022 Apache Software Foundation. All rights reserved.