Class CopyChunksPartitionTask
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<SpaceResponseInfo>
com.gigaspaces.internal.server.space.repartitioning.CopyChunksPartitionTask
- All Implemented Interfaces:
SpaceTask<SpaceResponseInfo>, SmartExternalizable, Externalizable, Serializable
public class CopyChunksPartitionTask
extends SystemTask<SpaceResponseInfo>
implements SmartExternalizable
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCopyChunksPartitionTask(ClusterTopology newMap, String spaceName, Map<Integer, String> instanceIds, QuiesceToken token, ScaleType scaleType, int generation) -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class SystemTask
executeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
CopyChunksPartitionTask
public CopyChunksPartitionTask() -
CopyChunksPartitionTask
public CopyChunksPartitionTask(ClusterTopology newMap, String spaceName, Map<Integer, String> instanceIds, QuiesceToken token, ScaleType scaleType, int generation)
-
-
Method Details
-
getSpaceRequestInfo
- Specified by:
getSpaceRequestInfoin classSystemTask<SpaceResponseInfo>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSystemTask<SpaceResponseInfo>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSystemTask<SpaceResponseInfo>- Throws:
IOExceptionClassNotFoundException
-