public class ReplicationRedoLogOverflowToDiskAlert extends AbstractAlert
These thresholds can be
configured by using the ReplicationRedoLogOverflowToDiskAlertConfigurer
.
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 |
HEAP_UTILIZATION |
static String |
HOST_ADDRESS |
static String |
HOST_NAME |
static String |
REDO_LOG_MEMORY_SIZE |
static String |
REDO_LOG_SIZE |
static String |
REDO_LOG_SWAP_SIZE |
static String |
REPLICATION_STATUS |
static String |
VIRTUAL_MACHINE_UID |
Constructor and Description |
---|
ReplicationRedoLogOverflowToDiskAlert()
required by java.io.Externalizable
|
ReplicationRedoLogOverflowToDiskAlert(Alert alert) |
Modifier and Type | Method and Description |
---|---|
String |
getComponentUid()
The component UID is equivalent to
GridComponent.getUid() |
Double |
getCpuUtilization()
The CPU utilization reading when this alert was fired.
|
Double |
getHeapUtilization()
The heap memory 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.
|
Integer |
getRedoLogMemorySize()
The in-memory redo-log size (for all channels).
|
Integer |
getRedoLogSize()
The total redo-log size (for all channels) for both memory and swap.
|
Integer |
getRedoLogSwapSize()
The swap redo-log size (for all channels).
|
String |
getReplicationStatus()
The
replication status from source to target Space. |
String |
getVirtualMachineUid()
The uid of the virtual machine that this alert corresponds to.
|
getAlert, getAlertUid, getComponentDescription, getConfig, getDescription, getGroupUid, getName, getProperties, getSeverity, getStatus, getTimestamp, readExternal, toString, writeExternal
public static final String HOST_ADDRESS
public static final String HOST_NAME
public static final String VIRTUAL_MACHINE_UID
public static final String CPU_UTILIZATION
public static final String HEAP_UTILIZATION
public static final String REPLICATION_STATUS
public static final String REDO_LOG_SIZE
public static final String REDO_LOG_MEMORY_SIZE
public static final String REDO_LOG_SWAP_SIZE
public ReplicationRedoLogOverflowToDiskAlert()
public ReplicationRedoLogOverflowToDiskAlert(Alert alert)
public String getComponentUid()
GridComponent.getUid()
getComponentUid
in interface Alert
getComponentUid
in class AbstractAlert
public String getHostAddress()
null
.public String getHostName()
null
.public String getVirtualMachineUid()
null
.public Double getCpuUtilization()
null
.public Double getHeapUtilization()
null
.public String getReplicationStatus()
replication status
from source to target Space.null
.public Integer getRedoLogSize()
null
.public Integer getRedoLogMemorySize()
null
.public Integer getRedoLogSwapSize()
null
.Copyright © GigaSpaces.