public class ReplicationRedoLogOverflowToDiskAlertConfiguration extends Object implements AlertConfiguration
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.
ReplicationRedoLogOverflowToDiskAlertConfigurer
Constructor and Description |
---|
ReplicationRedoLogOverflowToDiskAlertConfiguration()
Constructs an empty configuration.
|
Modifier and Type | Method and Description |
---|---|
String |
getBeanClassName()
The
Bean implementation class name corresponding to this BeanConfig. |
Map<String,String> |
getProperties()
Get the String key-value pairs properties used to configure this bean.
|
boolean |
isEnabled() |
void |
setEnabled(boolean enabled) |
void |
setProperties(Map<String,String> properties)
Set with String key-value pairs to configure properties belonging to this bean.
|
public ReplicationRedoLogOverflowToDiskAlertConfiguration()
public void setProperties(Map<String,String> properties)
setProperties
in interface BeanConfig
properties
- the properties to configure this bean object.public Map<String,String> getProperties()
getProperties
in interface BeanConfig
public String getBeanClassName()
Bean
implementation class name corresponding to this BeanConfig.getBeanClassName
in interface BeanConfig
public boolean isEnabled()
isEnabled
in interface AlertConfiguration
true
if this alert is enabled; false
if this alert is
currently disabled.public void setEnabled(boolean enabled)
setEnabled
in interface AlertConfiguration
enabled
- true
if this alert should be enabled; false
if this
alert should be disabled.Copyright © GigaSpaces.