Class MirrorPersistenceFailureAlertConfigurer
java.lang.Object
org.openspaces.admin.alert.config.MirrorPersistenceFailureAlertConfigurer
- All Implemented Interfaces:
AlertConfigurer,BeanConfigurer<AlertConfiguration>
A Mirror persistence failure alert configurer. The alert is raised if the Mirror failed to
persist to the DB. The alert is resolved when the Mirror manages to persist to the DB for the
first time after the alert has been triggered.
Use the call to create() to create a
fully initialized MirrorPersistenceFailureAlertConfiguration configuration.
- Since:
- 8.0
- Author:
- Moran Avigdor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty replication channel disconnection alert configuration. -
Method Summary
-
Constructor Details
-
MirrorPersistenceFailureAlertConfigurer
public MirrorPersistenceFailureAlertConfigurer()Constructs an empty replication channel disconnection alert configuration.
-
-
Method Details
-
enable
Description copied from interface:AlertConfigurerEnable an alert using this configuration. By default an alert is disabled.- Specified by:
enablein interfaceAlertConfigurer- Parameters:
enabled-trueto enable the alert using this configuration;falseto disable the alert.- Returns:
- this.
- See Also:
-
create
Get a fully configured replication channel disconnection configuration (after all properties have been set).- Specified by:
createin interfaceBeanConfigurer<AlertConfiguration>- Returns:
- a fully configured alert bean configuration.
-