public class

ClusterAlertItem

extends Object
implements ClusterAlertItemMBean
java.lang.Object
   ↳ org.apache.helix.monitoring.mbeans.ClusterAlertItem

Summary

Public Constructors
ClusterAlertItem(String name, AlertValueAndStatus valueAndStatus)
Public Methods
String getAdditionalInfo()
int getAlertFired()
double getAlertValue()
long getLastUpdateTime()
String getSensorName()
void reset()
void setAdditionalInfo(String additionalInfo)
void setValueMap(AlertValueAndStatus valueAndStatus)
[Expand]
Inherited Methods
From class java.lang.Object
From interface org.apache.helix.monitoring.mbeans.ClusterAlertItemMBean

Public Constructors

public ClusterAlertItem (String name, AlertValueAndStatus valueAndStatus)

Public Methods

public String getAdditionalInfo ()

public int getAlertFired ()

public double getAlertValue ()

public long getLastUpdateTime ()

public String getSensorName ()

public void reset ()

public void setAdditionalInfo (String additionalInfo)

public void setValueMap (AlertValueAndStatus valueAndStatus)