org.openspaces.admin.alert.config
Interface AlertConfigurer
- All Superinterfaces: 
 - BeanConfigurer<AlertConfiguration>
 
- All Known Implementing Classes: 
 - CpuUtilizationAlertConfigurer, GarbageCollectionAlertConfigurer, HeapMemoryUtilizationAlertConfigurer, MirrorPersistenceFailureAlertConfigurer, PhysicalMemoryUtilizationAlertConfigurer, ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer, ProvisionFailureAlertConfigurer, ReplicationChannelDisconnectedAlertConfigurer, ReplicationRedoLogOverflowToDiskAlertConfigurer, ReplicationRedoLogSizeAlertConfigurer
 
public interface AlertConfigurer
- extends BeanConfigurer<AlertConfiguration>
 
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
 
 
 
enable
AlertConfigurer enable(boolean enabled)
- Enable an alert using this configuration. By default an alert is disabled.
 
- Parameters:
 enabled - true to enable the alert using this configuration; false to disable the alert.
- Returns:
 - this.
 - Since:
 
  - 8.0.3
 
- See Also:
 AlertConfiguration.setEnabled(boolean)
 
 
Copyright © GigaSpaces.