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: