Package com.gigaspaces.internal.quiesce
Class InternalQuiesceDetails
java.lang.Object
com.gigaspaces.internal.quiesce.InternalQuiesceDetails
- All Implemented Interfaces:
SmartExternalizable,Externalizable,Serializable
- Since:
- 10.1.0
- Author:
- Boris
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionInternalQuiesceDetails(QuiesceState status, QuiesceToken token, String description) InternalQuiesceDetails(QuiesceState status, QuiesceToken token, String description, boolean readonly) -
Method Summary
Modifier and TypeMethodDescriptionbooleangetToken()inthashCode()booleanvoidvoidsetInstancesState(InstancesQuiesceState instancesState) toString()voidMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
InternalQuiesceDetails
public InternalQuiesceDetails() -
InternalQuiesceDetails
-
InternalQuiesceDetails
public InternalQuiesceDetails(QuiesceState status, QuiesceToken token, String description, boolean readonly)
-
-
Method Details
-
getStatus
-
getToken
-
getDescription
-
isReadonly
public boolean isReadonly() -
equals
-
hashCode
public int hashCode() -
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-
getInstancesState
-
setInstancesState
-
getAction
-