GigaSpaces XAP 9.7.2 API

org.openspaces.admin.alert.config
Class ProvisionFailureAlertConfigurer

java.lang.Object
  extended by org.openspaces.admin.alert.config.ProvisionFailureAlertConfigurer
All Implemented Interfaces:
AlertConfigurer, BeanConfigurer<AlertConfiguration>

public class ProvisionFailureAlertConfigurer
extends Object
implements AlertConfigurer

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.

Since:
8.0.3
Author:
Moran Avigdor
See Also:
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

ProvisionFailureAlertConfigurer

public ProvisionFailureAlertConfigurer()
Constructs an empty provision failure alert configuration.

Method Detail

enable

public ProvisionFailureAlertConfigurer enable(boolean enabled)
Description copied from interface: AlertConfigurer
Enable an alert using this configuration. By default an alert is disabled.

Specified by:
enable in interface AlertConfigurer
Parameters:
enabled - true to enable the alert using this configuration; false to disable the alert.
Returns:
this.
See Also:
AlertConfiguration.setEnabled(boolean)

create

public AlertConfiguration create()
Get a fully configured provision failure alert configuration (after all properties have been set).

Specified by:
create in interface BeanConfigurer<AlertConfiguration>
Returns:
a fully configured alert configuration.

GigaSpaces XAP 9.7.2 API

Copyright © GigaSpaces.