Interface AlertConfigurer
- All Superinterfaces:
BeanConfigurer<AlertConfiguration>
- All Known Implementing Classes:
CpuUtilizationAlertConfigurer,GarbageCollectionAlertConfigurer,HeapMemoryUtilizationAlertConfigurer,MirrorPersistenceFailureAlertConfigurer,PhysicalMemoryUtilizationAlertConfigurer,ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer,ProvisionFailureAlertConfigurer,ReplicationChannelDisconnectedAlertConfigurer,ReplicationRedoLogOverflowToDiskAlertConfigurer,ReplicationRedoLogSizeAlertConfigurer,SpacePartitionSplitBrainAlertConfigurer
An interface for implementations carrying out the 'builder/chaining' pattern on top of an
AlertConfiguration. The fully configured AlertConfiguration object is returned by
the call to BeanConfigurer.create().
- Since:
- 8.0
- Author:
- Moran Avigdor
-
Method Summary
Modifier and TypeMethodDescriptionenable(boolean enabled) Enable an alert using this configuration.Methods inherited from interface org.openspaces.admin.bean.BeanConfigurer
create
-
Method Details
-
enable
Enable an alert using this configuration. By default an alert is disabled.- Parameters:
enabled-trueto enable the alert using this configuration;falseto disable the alert.- Returns:
- this.
- Since:
- 8.0.3
- See Also:
-