|
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.ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
public class ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration
A processing unit instance fault-detection configuration. 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)
ProcessingUnitInstanceMemberAliveIndicatorAlertConfigurer
Constructor Summary | |
---|---|
ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration()
Constructs an empty processing unit instance member alive indicator alert configuration. |
Method Summary | |
---|---|
String |
getBeanClassName()
The Bean implementation class name corresponding to this BeanConfig. |
Map<String,String> |
getProperties()
Get the String key-value pairs properties used to configure this bean. |
boolean |
isEnabled()
|
void |
setEnabled(boolean enabled)
|
void |
setProperties(Map<String,String> properties)
Set with String key-value pairs to configure properties belonging to this bean. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ProcessingUnitInstanceMemberAliveIndicatorAlertConfiguration()
Method Detail |
---|
public boolean isEnabled()
isEnabled
in interface AlertConfiguration
true
if this alert is enabled; false
if this alert is
currently disabled.public void setEnabled(boolean enabled)
setEnabled
in interface AlertConfiguration
enabled
- true
if this alert should be enabled; false
if this
alert should be disabled.public String getBeanClassName()
Bean
implementation class name corresponding to this BeanConfig.
getBeanClassName
in interface BeanConfig
public Map<String,String> getProperties()
getProperties
in interface BeanConfig
public void setProperties(Map<String,String> properties)
setProperties
in interface BeanConfig
properties
- the properties to configure this bean object.
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |