Class ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
java.lang.Object
org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
- All Implemented Interfaces:
AlertConfigurer,BeanConfigurer<AlertConfiguration>
public class ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
extends Object
implements AlertConfigurer
A processing unit instance fault-detection configurer. An alert is raised if the fault-detection
mechanism has detected failure of a processing unit instance. An alert is resolved if the
fault-detection mechanism succeeded to monitor a suspected processing unit instance.
note: The member alive fault-detection mechanism (retries and timeout) should be configured separately in the pu.xml (see os-sla:member-alive-indicator)
Use the call to
create() to create a fully initialized ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
configuration.
- Since:
- 8.0.6
- Author:
- Moran Avigdor
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs an empty provision failure alert configuration. -
Method Summary
-
Constructor Details
-
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer()Constructs an empty provision failure 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 fault-detection alert configuration (after all properties have been set).- Specified by:
createin interfaceBeanConfigurer<AlertConfiguration>- Returns:
- a fully configured alert configuration.
-