Class ReplicationRedoLogSizeAlertConfigurer

java.lang.Object
org.openspaces.admin.alert.config.ReplicationRedoLogSizeAlertConfigurer
All Implemented Interfaces:
AlertConfigurer, BeanConfigurer<AlertConfiguration>

public class ReplicationRedoLogSizeAlertConfigurer extends Object implements AlertConfigurer
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.

Since:
8.0
Author:
Moran Avigdor
See Also: