Class RenewIteratorLeaseDistributedSpaceTask
java.lang.Object
com.gigaspaces.internal.client.spaceproxy.executors.SystemTask<T>
com.gigaspaces.internal.client.spaceproxy.executors.SystemDistributedTask<RenewIteratorLeaseSpaceResponseInfo>
com.gigaspaces.internal.client.spaceproxy.executors.RenewIteratorLeaseDistributedSpaceTask
- All Implemented Interfaces:
AsyncResultsReducer<RenewIteratorLeaseSpaceResponseInfo,,RenewIteratorLeaseSpaceResponseInfo> DistributedSpaceTask<RenewIteratorLeaseSpaceResponseInfo,,RenewIteratorLeaseSpaceResponseInfo> SpaceTask<RenewIteratorLeaseSpaceResponseInfo>,SmartExternalizable,Externalizable,Serializable
public class RenewIteratorLeaseDistributedSpaceTask
extends SystemDistributedTask<RenewIteratorLeaseSpaceResponseInfo>
- Since:
- 15.2.0
- Author:
- Alon Shoham
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription -
Method Summary
Modifier and TypeMethodDescriptionvoidreduce(List<AsyncResult<RenewIteratorLeaseSpaceResponseInfo>> asyncResults) voidMethods inherited from class com.gigaspaces.internal.client.spaceproxy.executors.SystemTask
executeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
RenewIteratorLeaseDistributedSpaceTask
public RenewIteratorLeaseDistributedSpaceTask() -
RenewIteratorLeaseDistributedSpaceTask
-
-
Method Details
-
getSpaceRequestInfo
- Specified by:
getSpaceRequestInfoin classSystemTask<RenewIteratorLeaseSpaceResponseInfo>
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classSystemDistributedTask<RenewIteratorLeaseSpaceResponseInfo>- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classSystemDistributedTask<RenewIteratorLeaseSpaceResponseInfo>- Throws:
IOExceptionClassNotFoundException
-
reduce
public RenewIteratorLeaseSpaceResponseInfo reduce(List<AsyncResult<RenewIteratorLeaseSpaceResponseInfo>> asyncResults) throws Exception - Throws:
Exception
-