Class SystemTask<T extends Serializable>
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<T>
- All Implemented Interfaces:
SpaceTask<T>, SmartExternalizable, Externalizable, Serializable
- Direct Known Subclasses:
CopyChunksPartitionTask, DeleteChunksPartitionTask, DrainTask, GSMessageTask, RegisterReplicationLocalViewTask, RegisterReplicationNotificationTask, SinglePartitionGetBatchForIteratorSpaceTask, SpaceDataSourceLoadTask, SystemDistributedTask, UnregisterReplicationLocalViewTask, UnregisterReplicationNotificationTask
public abstract class SystemTask<T extends Serializable>
extends Object
implements SpaceTask<T>, SmartExternalizable
- Since:
- 8.0
- Author:
- Niv Ingberg
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionexecute(IJSpace spaceProxy, Transaction tx) abstract SpaceRequestInfovoidvoidMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
SystemTask
public SystemTask()
-
-
Method Details
-
getSpaceRequestInfo
-
execute
- Specified by:
executein interfaceSpaceTask<T extends Serializable>- Throws:
Exception
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Throws:
IOExceptionClassNotFoundException
-