Class DeleteChunksTask
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<SpaceResponseInfo>
com.gigaspaces.internal.client.spaceproxy.executors.SystemDistributedTask<SpaceResponseInfo>
com.gigaspaces.internal.server.space.repartitioning.DeleteChunksTask
- All Implemented Interfaces:
AsyncResultsReducer<SpaceResponseInfo, SpaceResponseInfo>, DistributedSpaceTask<SpaceResponseInfo, SpaceResponseInfo>, SpaceTask<SpaceResponseInfo>, SmartExternalizable, Externalizable, Serializable
public class DeleteChunksTask
extends SystemDistributedTask<SpaceResponseInfo>
implements SmartExternalizable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidreduce(List<AsyncResult<SpaceResponseInfo>> asyncResults) voidMethods 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
-
DeleteChunksTask
public DeleteChunksTask() -
DeleteChunksTask
-
-
Method Details
-
getSpaceRequestInfo
- Specified by:
getSpaceRequestInfoin classSystemTask<SpaceResponseInfo>
-
reduce
- Specified by:
reducein interfaceAsyncResultsReducer<SpaceResponseInfo, SpaceResponseInfo>- Throws:
Exception
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSystemDistributedTask<SpaceResponseInfo>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSystemDistributedTask<SpaceResponseInfo>- Throws:
IOExceptionClassNotFoundException
-