Class SystemDistributedTask<T extends Serializable>
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<T>
com.gigaspaces.internal.client.spaceproxy.executors.SystemDistributedTask<T>
- All Implemented Interfaces:
AsyncResultsReducer<T,,T> DistributedSpaceTask<T,,T> SpaceTask<T>,SmartExternalizable,Externalizable,Serializable
- Direct Known Subclasses:
AddReplicationGatewayTargetTask,AddTypeIndexesTask,BroadcastTableSpaceTask,CloseIteratorDistributedSpaceTask,CollocatedJoinSpaceTask,CopyChunksTask,DeleteChunksTask,GetBatchForIteratorDistributedSpaceTask,GetEntriesTieredMetaDataTask,GetMVCCEntryMetaDataTask,GetTypeDescriptorTask,RegisterTypeDescriptorTask,RemoveReplicationGatewayTargetTask,RenewIteratorLeaseDistributedSpaceTask,UnregisterTypeDescriptorTask,WaitForDataDrainTask
public abstract class SystemDistributedTask<T extends Serializable>
extends SystemTask<T>
implements DistributedSpaceTask<T,T>
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidMethods inherited from class com.gigaspaces.internal.client.spaceproxy.executors.SystemTask
execute, getSpaceRequestInfoMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.async.AsyncResultsReducer
reduceMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SystemDistributedTask
public SystemDistributedTask()
-
-
Method Details
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSystemTask<T extends Serializable>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSystemTask<T extends Serializable>- Throws:
IOExceptionClassNotFoundException
-