Class GetBatchForIteratorSpaceRequestInfo
java.lang.Object
com.gigaspaces.internal.space.requests.AbstractSpaceRequestInfo
com.gigaspaces.internal.space.requests.GetBatchForIteratorSpaceRequestInfo
- All Implemented Interfaces:
ISwapExternalizable, SpaceRequestInfo, SmartExternalizable, Externalizable, Serializable
- Since:
- 15.2.0
- Author:
- Alon Shoham
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionRequired for Externalizable.GetBatchForIteratorSpaceRequestInfo(ITemplatePacket templatePacket, int modifiers, int batchSize, int batchNumber, UUID iteratorId, long maxInactiveDuration) -
Method Summary
Modifier and TypeMethodDescriptionintintlongintvoidvoidMethods inherited from class AbstractSpaceRequestInfo
getSpaceContext, isFromGateway, readFromSwap, setFromGateway, setSpaceContext, writeToSwapMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface SmartExternalizable
enabledSmartExternalizableWithReference
-
Constructor Details
-
GetBatchForIteratorSpaceRequestInfo
public GetBatchForIteratorSpaceRequestInfo()Required for Externalizable. -
GetBatchForIteratorSpaceRequestInfo
public GetBatchForIteratorSpaceRequestInfo(ITemplatePacket templatePacket, int modifiers, int batchSize, int batchNumber, UUID iteratorId, long maxInactiveDuration)
-
-
Method Details
-
getTemplatePacket
-
getBatchSize
public int getBatchSize() -
getModifiers
public int getModifiers() -
getIteratorId
-
getMaxInactiveDuration
public long getMaxInactiveDuration() -
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractSpaceRequestInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractSpaceRequestInfo- Throws:
IOExceptionClassNotFoundException
-
getBatchNumber
public int getBatchNumber()
-