public class MirrorPersistenceFailureAlert extends AbstractAlert
This alert
will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert)
for
registered listeners.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
MirrorPersistenceFailureAlert()
required by java.io.Externalizable
|
MirrorPersistenceFailureAlert(Alert alert) |
Modifier and Type | Method and Description |
---|---|
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.
|
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 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
public MirrorPersistenceFailureAlert()
public MirrorPersistenceFailureAlert(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 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
.Copyright © GigaSpaces.