Package org.openspaces.admin.quiesce
Class QuiesceDetails
java.lang.Object
org.openspaces.admin.quiesce.QuiesceDetails
Represents the quiesce details of the processing unit. If a quiesce request failed for some
reason (
ProcessingUnit.waitFor(com.gigaspaces.admin.quiesce.QuiesceState)
returned false after requesting quiesce/unquiesce) It's possible to investigate the failure
reason by inspecting InstancesQuiesceState.- Since:
- 10.1.0
- Author:
- Boris
-
Constructor Summary
ConstructorsConstructorDescriptionQuiesceDetails(QuiesceState status, String description, InstancesQuiesceState instancesQuiesceState, boolean readonly) -
Method Summary
-
Constructor Details
-
QuiesceDetails
public QuiesceDetails(QuiesceState status, String description, InstancesQuiesceState instancesQuiesceState, boolean readonly)
-
-
Method Details