|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.openspaces.admin.alert.config.ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
public class ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
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.
ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
Constructor Summary | |
---|---|
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer()
Constructs an empty provision failure alert configuration. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer()
Method Detail |
---|
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer enable(boolean enabled)
AlertConfigurer
enable
in interface AlertConfigurer
enabled
- true
to enable the alert using this configuration; false
to disable the alert.
AlertConfiguration.setEnabled(boolean)
public AlertConfiguration create()
create
in interface BeanConfigurer<AlertConfiguration>
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |