Uses of Enum Class
org.openspaces.admin.pu.DeploymentStatus
Packages that use DeploymentStatus
Package
Description
Internally Used.
Support for managing of Processing Unit(s) through the Admin API.
Support for managing of Processing Unit events through the Admin API.
-
Uses of DeploymentStatus in org.openspaces.admin.internal.pu
Methods in org.openspaces.admin.internal.pu that return DeploymentStatus -
Uses of DeploymentStatus in org.openspaces.admin.pu
Methods in org.openspaces.admin.pu that return DeploymentStatusModifier and TypeMethodDescriptionProcessingUnit.getStatus()static DeploymentStatusReturns the enum constant of this class with the specified name.static DeploymentStatus[]DeploymentStatus.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of DeploymentStatus in org.openspaces.admin.pu.events
Methods in org.openspaces.admin.pu.events that return DeploymentStatusModifier and TypeMethodDescriptionProcessingUnitStatusChangedEvent.getNewStatus()The new deployment status.ProcessingUnitStatusChangedEvent.getPreviousStatus()The previous deployment status.Constructors in org.openspaces.admin.pu.events with parameters of type DeploymentStatusModifierConstructorDescriptionProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit, DeploymentStatus previousStatus, DeploymentStatus newStatus)