Package com.gigaspaces.internal.client
Class SpaceIteratorBatchResult
java.lang.Object
com.gigaspaces.internal.space.responses.AbstractSpaceResponseInfo
com.gigaspaces.internal.client.SpaceIteratorBatchResult
- All Implemented Interfaces:
SpaceResponseInfo,SmartExternalizable,Externalizable,Serializable
- Since:
- 15.2.0
- Author:
- Alon Shoham
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionSpaceIteratorBatchResult(Exception exception, UUID uuid) SpaceIteratorBatchResult(Exception exception, UUID uuid, int partitionId, int batchNumber) SpaceIteratorBatchResult(Object[] entries, Integer partitionId, int batchNumber, UUID uuid) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.gigaspaces.serialization.SmartExternalizable
enabledSmartExternalizableWithReference
-
Field Details
-
NO_BATCH_NUMBER
public static final int NO_BATCH_NUMBER- See Also:
-
-
Constructor Details
-
SpaceIteratorBatchResult
public SpaceIteratorBatchResult() -
SpaceIteratorBatchResult
-
SpaceIteratorBatchResult
-
SpaceIteratorBatchResult
-
-
Method Details
-
getEntries
-
getPartitionId
-
getException
-
isFailed
public boolean isFailed() -
getBatchNumber
public int getBatchNumber() -
toString
-
writeExternal
- Specified by:
writeExternalin interfaceExternalizable- Overrides:
writeExternalin classAbstractSpaceResponseInfo- Throws:
IOException
-
readExternal
- Specified by:
readExternalin interfaceExternalizable- Overrides:
readExternalin classAbstractSpaceResponseInfo- Throws:
IOExceptionClassNotFoundException
-
getUuid
-