public class ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer extends Object implements AlertConfigurer
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.
ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration| Constructor and Description | 
|---|
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer()
Constructs an empty provision failure alert configuration. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AlertConfiguration | 
create()
Get a fully configured fault-detection alert configuration (after all properties have been
 set). 
 | 
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer | 
enable(boolean enabled)
Enable an alert using this configuration. 
 | 
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer()
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer enable(boolean enabled)
AlertConfigurerenable in interface AlertConfigurerenabled - true to enable the alert using this configuration;
                false to disable the alert.AlertConfiguration.setEnabled(boolean)public AlertConfiguration create()
create in interface BeanConfigurer<AlertConfiguration>Copyright © GigaSpaces.