|
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.MirrorPersistenceFailureAlert
public class MirrorPersistenceFailureAlert
A Mirror persistency failure alert, triggered upon a failed replication from primary Space to Mirror Space, due to an error (e.g. a DB error). The alert is raised when the replication channel has encountered an exception reported by the Mirror target. The alert is resolved when the Mirror manages to persist to the DB for first time after the alert has been triggered.
This alert will be received on the call to
AlertTriggeredEventListener.alertTriggered(Alert)
for registered listeners.
Field Summary | |
---|---|
static String |
DISCARDED_OPERATION_COUNT
|
static String |
FAILED_OPERATION_COUNT
|
static String |
HOST_ADDRESS
|
static String |
HOST_NAME
|
static String |
IN_PROGRESS_OPERATION_COUNT
|
static String |
INCONSISTENCY_REASON
|
static String |
REDO_LOG_RETAINED_SIZE
|
static String |
REDO_LOG_SIZE
|
static String |
REPLICATION_STATUS
|
static String |
ROOT_CAUSE_MESSAGE
|
static String |
ROOT_CAUSE_TRACE
|
static String |
VIRTUAL_MACHINE_UID
|
Constructor Summary | |
---|---|
MirrorPersistenceFailureAlert()
required by java.io.Externalizable |
|
MirrorPersistenceFailureAlert(Alert alert)
|
Method Summary | |
---|---|
String |
getComponentUid()
The component UID is equivalent to GridComponent.getUid() |
Integer |
getDiscardedOperationCount()
The discarded operation count reported by the Mirror. |
Integer |
getFailedOperationCount()
The failed operation count reported by the Mirror. |
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. |
String |
getInconsistencyReason()
The reason why a source (primary Space) could not replicate to a target (Mirror Space). |
Integer |
getInProgressOperationCount()
The in-progress operation count reported by the Mirror. |
Integer |
getRedoLogRetainedSize()
The redo-log size for replication packets outgoing to the Mirror (both memory and swap). |
Integer |
getRedoLogSize()
The total redo-log size (for all channels) for both memory and swap. |
String |
getReplicationStatus()
The replication status from source to target Space. |
String |
getRootCauseMessage()
The last cause message in the reason given by getInconsistencyReason() . |
String |
getRootCauseTrace()
The last cause stack trace in the reason given by getInconsistencyReason() . |
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 INCONSISTENCY_REASON
public static final String ROOT_CAUSE_MESSAGE
public static final String ROOT_CAUSE_TRACE
public static final String REPLICATION_STATUS
public static final String REDO_LOG_SIZE
public static final String REDO_LOG_RETAINED_SIZE
public static final String FAILED_OPERATION_COUNT
public static final String IN_PROGRESS_OPERATION_COUNT
public static final String DISCARDED_OPERATION_COUNT
Constructor Detail |
---|
public MirrorPersistenceFailureAlert()
public MirrorPersistenceFailureAlert(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 String getInconsistencyReason()
null
.getRootCauseMessage()
,
getRootCauseTrace()
public String getRootCauseMessage()
getInconsistencyReason()
.
null
.public String getRootCauseTrace()
getInconsistencyReason()
.
null
.public String getReplicationStatus()
replication status
from source to target Space.
null
.public Integer getRedoLogSize()
null
.public Integer getRedoLogRetainedSize()
null
.public Integer getFailedOperationCount()
null
.public Integer getInProgressOperationCount()
null
.public Integer getDiscardedOperationCount()
null
.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |