|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.CpuUtilizationAlert
public class CpuUtilizationAlert
A CPU Utilization alert fired upon triggered CPU thresholds. The alert is raised when CPU crosses a 'high' threshold for a specified period of time. The alert is resolved when CPU crosses a 'low' threshold for a specified period of time.
These thresholds can be configured by using the CpuUtilizationAlertConfigurer.
This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert) for
registered listeners.
| Field Summary | |
|---|---|
static String |
CPU_UTILIZATION
|
static String |
HOST_ADDRESS
|
static String |
HOST_NAME
|
| Constructor Summary | |
|---|---|
CpuUtilizationAlert()
required by java.io.Externalizable |
|
CpuUtilizationAlert(Alert alert)
|
|
| Method Summary | |
|---|---|
String |
getComponentUid()
The component UID is equivalent to OperatingSystem.getUid() |
Double |
getCpuUtilization()
The CPU utilization reading when this alert was fired. |
String |
getHostAddress()
The host address of the machine that this alert corresponds to. |
String |
getHostName()
The host name of the machine that this alert corresponds to. |
| Methods inherited from class org.openspaces.admin.alert.alerts.AbstractAlert |
|---|
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final String HOST_ADDRESS
public static final String HOST_NAME
public static final String CPU_UTILIZATION
| Constructor Detail |
|---|
public CpuUtilizationAlert()
public CpuUtilizationAlert(Alert alert)
| Method Detail |
|---|
public String getComponentUid()
OperatingSystem.getUid()
getComponentUid in interface AlertgetComponentUid in class AbstractAlertpublic String getHostAddress()
null.public String getHostName()
null.public Double getCpuUtilization()
null.
|
GigaSpaces XAP 10.1 API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||