Package org.openspaces.admin.pu
Enum Class ProvisionStatus
- All Implemented Interfaces:
Serializable,Comparable<ProvisionStatus>,java.lang.constant.Constable
The provision status of a processing unit instance. When a processing unit is
deployed/maintained, each instance will be in one of the following transition states.
ATTEMPT- an attempt to provision an instance on an availableGridServiceContainerSUCCESS- a successful provisioning attempt on aGridServiceContainerFAILURE- a failed attempt to provision an instance on an availableGridServiceContainerPENDING- a pending to provision an instance until a matchingGridServiceContaineris discovered
- Since:
- 8.0.6
- Author:
- moran
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.static ProvisionStatusReturns the enum constant of this class with the specified name.static ProvisionStatus[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
ATTEMPT
-
SUCCESS
-
FAILURE
-
PENDING
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum class has no constant with the specified nameNullPointerException- if the argument is null
-
getProvisionFailure
Deprecated.since 10.1.0 replaced byProcessingUnitInstanceProvisionStatusChangedEvent.getProvisionFailure()
-
ProcessingUnitInstanceProvisionStatusChangedEvent.getProvisionFailure()