| Package | Description | 
|---|---|
| org.openspaces.admin.internal.pu | 
 Internally Used. 
 | 
| org.openspaces.admin.pu | 
 Support for managing of Processing Unit(s) through the Admin API. 
 | 
| org.openspaces.admin.pu.events | 
 Support for managing of Processing Unit events through the Admin API. 
 | 
| org.openspaces.grid.gsm.autoscaling | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentStatus | 
DefaultProcessingUnit.getStatus()  | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentStatus | 
ProcessingUnit.getStatus()  | 
static DeploymentStatus | 
DeploymentStatus.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static DeploymentStatus[] | 
DeploymentStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
DeploymentStatus | 
ProcessingUnitStatusChangedEvent.getNewStatus()
The new deployment status. 
 | 
DeploymentStatus | 
ProcessingUnitStatusChangedEvent.getPreviousStatus()
The previous deployment status. 
 | 
| Constructor and Description | 
|---|
ProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit,
                                DeploymentStatus previousStatus,
                                DeploymentStatus newStatus)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
AutomaticCapacityCooldownValidator.validate(DeploymentStatus deploymentStatus,
        Set<String> existingInstancesUids,
        long currentTimeMillis)
Raises exception if cooldown period is active. 
 | 
Copyright © GigaSpaces.