| Modifier and Type | Method and Description | 
|---|---|
List<Alert> | 
HeartBeat.getAlerts()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
HeartbeatProcessor.processAlerts(String hostname,
             List<Alert> alerts)  | 
void | 
HeartBeat.setAlerts(List<Alert> alerts)  | 
| Modifier and Type | Method and Description | 
|---|---|
ReportsResponse | 
AgentReportsController.handleAlertsStatus(String simpSessionId,
                  Alert[] message)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected Alert | 
AlertRunnable.buildAlert(Cluster cluster,
          AlertDefinitionEntity myDefinition,
          AlertState alertState,
          String message)
Builds an  
Alert instance. | 
| Modifier and Type | Method and Description | 
|---|---|
Optional<Alert> | 
JmxServerSideAlert.buildAlert(Optional<JMXMetricHolder> metricHolder,
          MetricSource.JmxInfo jmxInfo,
          AlertDefinition alertDef)  | 
| Modifier and Type | Method and Description | 
|---|---|
MaintenanceState | 
MaintenanceStateHelper.getEffectiveState(long clusterId,
                 Alert alert)
Gets the effective maintenance state for a given alert. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Alert | 
AlertEvent.m_alert  | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<Alert> | 
AlertEvent.m_alerts  | 
| Modifier and Type | Method and Description | 
|---|---|
Alert | 
AlertEvent.getAlert()
Gets the alert that this event is created for. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<Alert> | 
AlertEvent.getAlerts()
Gets list of alerts this event was created for 
 | 
| Constructor and Description | 
|---|
AlertEvent(long clusterId,
          Alert alert)
Constructor. 
 | 
AlertReceivedEvent(long clusterId,
                  Alert alert)
Constructor. 
 | 
AlertStateChangeEvent(long clusterId,
                     Alert alert,
                     AlertCurrentEntity currentAlert,
                     AlertState fromState,
                     AlertFirmness fromFirmness)
Constructor. 
 | 
InitialAlertEvent(long clusterId,
                 Alert alert,
                 AlertCurrentEntity currentAlert)
Constructor. 
 | 
| Constructor and Description | 
|---|
AlertEvent(List<Alert> m_alerts)  | 
AlertReceivedEvent(List<Alert> alerts)  | 
| Modifier and Type | Method and Description | 
|---|---|
Alert | 
AlertDefinition.buildAlert(double value,
          List<Object> args)
Map the incoming value to  
AlertState and generate an alert with that state. | 
Copyright © 2022 Apache Software Foundation. All rights reserved.