Interface AlertConfigurer

All Superinterfaces:
BeanConfigurer<AlertConfiguration>
All Known Implementing Classes:
CpuUtilizationAlertConfigurer, GarbageCollectionAlertConfigurer, HeapMemoryUtilizationAlertConfigurer, MirrorPersistenceFailureAlertConfigurer, PhysicalMemoryUtilizationAlertConfigurer, ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer, ProvisionFailureAlertConfigurer, ReplicationChannelDisconnectedAlertConfigurer, ReplicationRedoLogOverflowToDiskAlertConfigurer, ReplicationRedoLogSizeAlertConfigurer, SpacePartitionSplitBrainAlertConfigurer

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
  • Method Summary

    Modifier and Type
    Method
    Description
    enable(boolean enabled)
    Enable an alert using this configuration.

    Methods inherited from interface org.openspaces.admin.bean.BeanConfigurer

    create
  • Method Details

    • 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: