|
GigaSpaces XAP 10.0.1 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.ProvisionFailureAlertConfigurer
public class ProvisionFailureAlertConfigurer
A provision failure alert configurer. An alert is raised if the processing unit has less actual instances than planned instances. An alert is resolved when the processing unit actual instance count is equal to the planned instance count.
Use the call to create()
to create a fully initialized
ProvisionFailureAlertConfiguration
configuration.
ProvisionFailureAlertConfiguration
Constructor Summary | |
---|---|
ProvisionFailureAlertConfigurer()
Constructs an empty provision failure alert configuration. |
Method Summary | |
---|---|
AlertConfiguration |
create()
Get a fully configured provision failure alert configuration (after all properties have been set). |
ProvisionFailureAlertConfigurer |
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 ProvisionFailureAlertConfigurer()
Method Detail |
---|
public ProvisionFailureAlertConfigurer 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 10.0.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |