|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.alert.alerts.AbstractAlert org.openspaces.admin.alert.alerts.ReplicationRedoLogSizeAlert
public class ReplicationRedoLogSizeAlert
A replication redo-log size alert, fired upon redo-log increase, indicating that packets are not being sent from a source Space to it's target Space (backup or mirror). The alert is raised when red-log size crosses a specified 'high' threshold. The alert is resolved when the redo-log size goes below a specified 'low' threshold.
These thresholds can be configured by using the ReplicationRedoLogSizeAlertConfigurer
.
This alert will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert)
for
registered listeners.
Field Summary | |
---|---|
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 Summary | |
---|---|
ReplicationRedoLogSizeAlert()
required by java.io.Externalizable |
|
ReplicationRedoLogSizeAlert(Alert alert)
|
Method Summary | |
---|---|
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. |
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 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
Constructor Detail |
---|
public ReplicationRedoLogSizeAlert()
public ReplicationRedoLogSizeAlert(Alert alert)
Method Detail |
---|
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
.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |