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