public class ReplicationRedoLogOverflowToDiskAlertConfigurer extends Object implements AlertConfigurer
When target space is unavailable, replication packets are stored in the redo log (a.k.a backlog). If the capacity of the memory redo log exceeds, the disk is used. Once the target reconnects, the backlog is transmitted. When the disk is no longer in use, a resolution alert is triggered. On the other hand, if the disk redo log capacity exceeds, then the redo log is cleared and target will sync upon recovery. When the redo log is cleared the disk is no longer in use and an alert will be triggered as well.
Use the
call to create()
to create a fully initialized ReplicationRedoLogOverflowToDiskAlertConfiguration
configuration.
ReplicationRedoLogOverflowToDiskAlertConfiguration
Constructor and Description |
---|
ReplicationRedoLogOverflowToDiskAlertConfigurer()
Constructs an empty alert configuration.
|
Modifier and Type | Method and Description |
---|---|
ReplicationRedoLogOverflowToDiskAlertConfiguration |
create()
Get a fully configured configuration (after all properties have been set).
|
ReplicationRedoLogOverflowToDiskAlertConfigurer |
enable(boolean enabled)
Enable an alert using this configuration.
|
public ReplicationRedoLogOverflowToDiskAlertConfigurer()
public ReplicationRedoLogOverflowToDiskAlertConfigurer 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 ReplicationRedoLogOverflowToDiskAlertConfiguration create()
create
in interface BeanConfigurer<AlertConfiguration>
Copyright © GigaSpaces.