|
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.ReplicationChannelDisconnectedAlert
public class ReplicationChannelDisconnectedAlert
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.
Field Summary | |
---|---|
static String |
REPLICATION_STATUS
|
static String |
SOURCE_CPU_UTILIZATION
|
static String |
SOURCE_HEAP_UTILIZATION
|
static String |
SOURCE_HOST_ADDRESS
|
static String |
SOURCE_HOST_NAME
|
static String |
SOURCE_UID
|
static String |
SOURCE_VIRTUAL_MACHINE_UID
|
static String |
TARGET_CPU_UTILIZATION
|
static String |
TARGET_HEAP_UTILIZATION
|
static String |
TARGET_HOST_ADDRESS
|
static String |
TARGET_HOST_NAME
|
static String |
TARGET_IS_MIRROR
|
static String |
TARGET_UID
|
static String |
TARGET_VIRTUAL_MACHINE_UID
|
Constructor Summary | |
---|---|
ReplicationChannelDisconnectedAlert()
required by java.io.Externalizable |
|
ReplicationChannelDisconnectedAlert(Alert alert)
|
Method Summary | |
---|---|
String |
getComponentUid()
The component UID is equivalent to GridComponent.getUid() |
String |
getReplicationStatus()
The replication status from source to target Space. |
Double |
getSourceCpuUtilization()
The CPU utilization reading when this alert was fired. |
Double |
getSourceHeapUtilization()
The heap memory utilization reading when this alert was fired. |
String |
getSourceHostAddress()
The host address of the source machine that this alert corresponds to. |
String |
getSourceHostName()
The host name of the source machine that this alert corresponds to. |
String |
getSourceUid()
The source Space unique id . |
String |
getSourceVirtualMachineUid()
The uid of the source virtual machine that this alert corresponds to. |
Double |
getTargetCpuUtilization()
The CPU utilization reading when this alert was fired. |
Double |
getTargetHeapUtilization()
The heap memory utilization reading when this alert was fired. |
String |
getTargetHostAddress()
The host address of the target machine that this alert corresponds to. |
String |
getTargetHostName()
The host name of the target machine that this alert corresponds to. |
Boolean |
getTargetIsMirror()
An indication if the target Space is a Mirror-Service. |
String |
getTargetUid()
The target Space unique id . |
String |
getTargetVirtualMachineUid()
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String SOURCE_HOST_ADDRESS
public static final String SOURCE_HOST_NAME
public static final String SOURCE_VIRTUAL_MACHINE_UID
public static final String SOURCE_CPU_UTILIZATION
public static final String SOURCE_HEAP_UTILIZATION
public static final String TARGET_HOST_ADDRESS
public static final String TARGET_HOST_NAME
public static final String TARGET_VIRTUAL_MACHINE_UID
public static final String TARGET_CPU_UTILIZATION
public static final String TARGET_HEAP_UTILIZATION
public static final String REPLICATION_STATUS
public static final String SOURCE_UID
public static final String TARGET_UID
public static final String TARGET_IS_MIRROR
Constructor Detail |
---|
public ReplicationChannelDisconnectedAlert()
public ReplicationChannelDisconnectedAlert(Alert alert)
Method Detail |
---|
public String getComponentUid()
GridComponent.getUid()
getComponentUid
in interface Alert
getComponentUid
in class AbstractAlert
public String getSourceHostAddress()
null
.public String getSourceHostName()
null
.public String getSourceVirtualMachineUid()
null
.public Double getSourceCpuUtilization()
null
.public Double getSourceHeapUtilization()
null
.public String getTargetHostAddress()
null
.public String getTargetHostName()
null
.public String getTargetVirtualMachineUid()
null
.public Double getTargetCpuUtilization()
null
.public Double getTargetHeapUtilization()
null
.public String getReplicationStatus()
replication status
from source to target Space.
null
.public String getSourceUid()
source Space unique id
.
null
.public String getTargetUid()
target Space unique id
.
null
.public Boolean getTargetIsMirror()
true
if its a Mirror; false
if regular Space; may be
null
.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |