public class ReplicationChannelDisconnectedAlert extends AbstractAlert
These thresholds can
be configured by using the ReplicationChannelDisconnectedAlertConfigurer
.
This alert
will be received on the call to AlertTriggeredEventListener.alertTriggered(Alert)
for
registered listeners.
Modifier and Type | Field and Description |
---|---|
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 and Description |
---|
ReplicationChannelDisconnectedAlert()
required by java.io.Externalizable
|
ReplicationChannelDisconnectedAlert(Alert alert) |
Modifier and Type | Method and Description |
---|---|
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()
|
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()
|
String |
getTargetVirtualMachineUid()
The uid of the target 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 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
public ReplicationChannelDisconnectedAlert()
public ReplicationChannelDisconnectedAlert(Alert alert)
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()
null
.public String getTargetUid()
null
.public Boolean getTargetIsMirror()
true
if its a Mirror; false
if regular Space; may be
null
.Copyright © GigaSpaces.