|
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.config.ReplicationRedoLogSizeAlertConfigurer
public class ReplicationRedoLogSizeAlertConfigurer
A replication redo log size alert configurer. Specifies the thresholds for triggering an alert. There are two thresholds, high and low. The redo log size alert is raised if the number of packets in the redo log is above the specified high threshold. The redo log size alert is resolved if the number of packets in the redo log goes below the specified low threshold.
Use the call to create()
to create a fully initialized
ReplicationRedoLogSizeAlertConfiguration
configuration.
ReplicationRedoLogSizeAlertConfiguration
Constructor Summary | |
---|---|
ReplicationRedoLogSizeAlertConfigurer()
Constructs an empty alert configuration. |
Method Summary | |
---|---|
ReplicationRedoLogSizeAlertConfiguration |
create()
Get a fully configured configuration (after all properties have been set). |
ReplicationRedoLogSizeAlertConfigurer |
enable(boolean enabled)
Enable an alert using this configuration. |
ReplicationRedoLogSizeAlertConfigurer |
raiseAlertIfRedoLogSizeAbove(int highThreshold)
Raise an alert if the number of packets in the redo log is above the specified threshold. |
ReplicationRedoLogSizeAlertConfigurer |
resolveAlertIfRedoLogSizeBelow(int lowThreshold)
Resolve a previously raised alert if the number of packets in the redo log goes below the specified threshold. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ReplicationRedoLogSizeAlertConfigurer()
Method Detail |
---|
public ReplicationRedoLogSizeAlertConfigurer enable(boolean enabled)
AlertConfigurer
enable
in interface AlertConfigurer
enabled
- true
to enable the alert using this configuration; false
to disable the alert.
AlertConfiguration.setEnabled(boolean)
public ReplicationRedoLogSizeAlertConfigurer raiseAlertIfRedoLogSizeAbove(int highThreshold)
highThreshold
- high threshold redo-log size.
ReplicationRedoLogSizeAlertConfiguration.setHighThresholdRedoLogSize(int)
public ReplicationRedoLogSizeAlertConfigurer resolveAlertIfRedoLogSizeBelow(int lowThreshold)
lowThreshold
- low threshold size.
ReplicationRedoLogSizeAlertConfiguration.setLowThresholdRedoLogSize(int)
public ReplicationRedoLogSizeAlertConfiguration create()
create
in interface BeanConfigurer<AlertConfiguration>
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |