Class ReplicationChannelDisconnectedAlert
java.lang.Object
org.openspaces.admin.alert.alerts.AbstractAlert
org.openspaces.admin.alert.alerts.ReplicationChannelDisconnectedAlert
- All Implemented Interfaces:
Externalizable,Serializable,Alert
A replication channel disconnection alert, fired upon a disconnected channel between a source
(primary Space) and it's target (backup Space or Mirror). The alert is raised when the channel
has disconnected. The alert is resolved when the channel is reconnected.
These thresholds can
be configured by using the ReplicationChannelDisconnectedAlertConfigurer.
This alert
will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert) for
registered listeners.
- Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
ConstructorsConstructorDescriptionrequired by java.io.Externalizable -
Method Summary
Modifier and TypeMethodDescriptionThe component UID is equivalent toGridComponent.getUid()Thereplication statusfrom source to target Space.The CPU utilization reading when this alert was fired.The heap memory utilization reading when this alert was fired.The host address of the source machine that this alert corresponds to.The host name of the source machine that this alert corresponds to.The uid of the source virtual machine that this alert corresponds to.The CPU utilization reading when this alert was fired.The heap memory utilization reading when this alert was fired.The host address of the target machine that this alert corresponds to.The host name of the target machine that this alert corresponds to.An indication if the target Space is a Mirror-Service.The uid of the target 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
-
Field Details
-
SOURCE_HOST_ADDRESS
- See Also:
-
SOURCE_HOST_NAME
- See Also:
-
SOURCE_VIRTUAL_MACHINE_UID
- See Also:
-
SOURCE_CPU_UTILIZATION
- See Also:
-
SOURCE_HEAP_UTILIZATION
- See Also:
-
TARGET_HOST_ADDRESS
- See Also:
-
TARGET_HOST_NAME
- See Also:
-
TARGET_VIRTUAL_MACHINE_UID
- See Also:
-
TARGET_CPU_UTILIZATION
- See Also:
-
TARGET_HEAP_UTILIZATION
- See Also:
-
REPLICATION_STATUS
- See Also:
-
SOURCE_UID
- See Also:
-
TARGET_UID
- See Also:
-
TARGET_IS_MIRROR
- See Also:
-
-
Constructor Details
-
ReplicationChannelDisconnectedAlert
public ReplicationChannelDisconnectedAlert()required by java.io.Externalizable -
ReplicationChannelDisconnectedAlert
-
-
Method Details
-
getComponentUid
The component UID is equivalent toGridComponent.getUid()- Specified by:
getComponentUidin interfaceAlert- Overrides:
getComponentUidin classAbstractAlert- Returns:
- Component UID - the unique identifier of the component associated with the alert.
-
getSourceHostAddress
The host address of the source machine that this alert corresponds to.- Returns:
- the host address; may be
null.
-
getSourceHostName
The host name of the source machine that this alert corresponds to.- Returns:
- the host name; may be
null.
-
getSourceVirtualMachineUid
The uid of the source virtual machine that this alert corresponds to.- Returns:
- the source virtual machine uid; may be
null.
-
getSourceCpuUtilization
The CPU utilization reading when this alert was fired.- Returns:
- the CPU utilization; may be
null.
-
getSourceHeapUtilization
The heap memory utilization reading when this alert was fired.- Returns:
- the heap utilization; may be
null.
-
getTargetHostAddress
The host address of the target machine that this alert corresponds to.- Returns:
- the host address; may be
null.
-
getTargetHostName
The host name of the target machine that this alert corresponds to.- Returns:
- the host name; may be
null.
-
getTargetVirtualMachineUid
The uid of the target virtual machine that this alert corresponds to.- Returns:
- the target virtual machine uid; may be
null.
-
getTargetCpuUtilization
The CPU utilization reading when this alert was fired.- Returns:
- the CPU utilization; may be
null.
-
getTargetHeapUtilization
The heap memory utilization reading when this alert was fired.- Returns:
- the heap utilization; may be
null.
-
getReplicationStatus
Thereplication statusfrom source to target Space.- Returns:
- the replication status; may be
null.
-
getSourceUid
- Returns:
- the source uid; may be
null.
-
getTargetUid
- Returns:
- the target uid; may be
null.
-
getTargetIsMirror
An indication if the target Space is a Mirror-Service.- Returns:
trueif its a Mirror;falseif regular Space; may benull.
-