public class PhysicalMemoryUtilizationAlert extends AbstractAlert
 These
 thresholds can be configured by using the PhysicalMemoryUtilizationAlertConfigurer. 
 This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert)
 for registered listeners.
| Modifier and Type | Field and Description | 
|---|---|
| static String | CPU_UTILIZATION | 
| static String | HOST_ADDRESS | 
| static String | HOST_NAME | 
| static String | MEMORY_UTILIZATION | 
| Constructor and Description | 
|---|
| PhysicalMemoryUtilizationAlert()required by java.io.Externalizable | 
| PhysicalMemoryUtilizationAlert(Alert alert) | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Double | getMemoryUtilization()The memory utilization reading when this alert was fired. | 
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternalpublic static final String HOST_ADDRESS
public static final String HOST_NAME
public static final String CPU_UTILIZATION
public static final String MEMORY_UTILIZATION
public PhysicalMemoryUtilizationAlert()
public PhysicalMemoryUtilizationAlert(Alert alert)
public String getComponentUid()
OperatingSystem.getUid()getComponentUid in interface AlertgetComponentUid in class AbstractAlertpublic String getHostAddress()
null.public String getHostName()
null.public Double getCpuUtilization()
null.public Double getMemoryUtilization()
null.Copyright © GigaSpaces.