|
GigaSpaces XAP 10.0.1 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.MirrorPersistenceFailureAlertConfigurer
public class MirrorPersistenceFailureAlertConfigurer
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.
MirrorPersistenceFailureAlertConfiguration
Constructor Summary | |
---|---|
MirrorPersistenceFailureAlertConfigurer()
Constructs an empty replication channel disconnection alert configuration. |
Method Summary | |
---|---|
MirrorPersistenceFailureAlertConfiguration |
create()
Get a fully configured replication channel disconnection configuration (after all properties have been set). |
MirrorPersistenceFailureAlertConfigurer |
enable(boolean enabled)
Enable an alert using this configuration. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MirrorPersistenceFailureAlertConfigurer()
Method Detail |
---|
public MirrorPersistenceFailureAlertConfigurer 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 MirrorPersistenceFailureAlertConfiguration create()
create
in interface BeanConfigurer<AlertConfiguration>
|
GigaSpaces XAP 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |