| Package | Description | 
|---|---|
| com.gigaspaces.admin.quiesce | |
| com.gigaspaces.internal.quiesce | |
| 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.quiesce | 
| Modifier and Type | Method and Description | 
|---|---|
QuiesceState | 
QuiesceStateChangedEvent.getQuiesceState()  | 
QuiesceState | 
QuiesceFailedException.getStatus()  | 
static QuiesceState | 
QuiesceState.traslateCodeToState(int code)  | 
static QuiesceState | 
QuiesceState.valueOf(String name)
Returns the enum constant of this type with the specified name. 
 | 
static QuiesceState[] | 
QuiesceState.values()
Returns an array containing the constants of this enum type, in
the order they are declared. 
 | 
| Constructor and Description | 
|---|
QuiesceFailedException(String message,
                      QuiesceState status,
                      String description)  | 
QuiesceStateChangedEvent(QuiesceState quiesceState,
                        QuiesceToken token,
                        String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
QuiesceState | 
InternalQuiesceDetails.getStatus()  | 
| Constructor and Description | 
|---|
InternalQuiesceDetails(QuiesceState status,
                      QuiesceToken token,
                      String description)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DefaultProcessingUnit.waitFor(QuiesceState desiredState)  | 
boolean | 
DefaultProcessingUnit.waitFor(QuiesceState desiredState,
       long timeout,
       TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
ProcessingUnit.waitFor(QuiesceState desiredState)
Same as  
ProcessingUnit.waitFor(com.gigaspaces.admin.quiesce.QuiesceState, long,
 java.util.concurrent.TimeUnit) but with endless timeout | 
boolean | 
ProcessingUnit.waitFor(QuiesceState desiredState,
       long timeout,
       TimeUnit timeUnit)  | 
| Modifier and Type | Method and Description | 
|---|---|
QuiesceState | 
QuiesceDetails.getStatus()  | 
| Constructor and Description | 
|---|
QuiesceDetails(QuiesceState status,
              String description,
              InstancesQuiesceState instancesQuiesceState)  | 
Copyright © GigaSpaces.