Class WaitForDrainPartitionResponse
java.lang.Object
com.gigaspaces.internal.server.space.quiesce.WaitForDrainPartitionResponse
- All Implemented Interfaces:
SpaceResponseInfo,SmartExternalizable,Externalizable,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintbooleanvoidsetException(TimeoutException exception) setPartitionId(int partitionId) setSuccessful(boolean successful) voidMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
WaitForDrainPartitionResponse
public WaitForDrainPartitionResponse()
-
-
Method Details
-
setPartitionId
-
getPartitionId
public int getPartitionId() -
isSuccessful
public boolean isSuccessful() -
setSuccessful
-
getException
-
setException
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-