Class ServerIteratorRequestInfo
java.lang.Object
com.gigaspaces.internal.server.space.iterator.ServerIteratorRequestInfo
-
Constructor Summary
ConstructorsConstructorDescriptionServerIteratorRequestInfo(UUID uuid, int batchSize, int requestedBatchNumber, long maxInactiveDuration) -
Method Summary
-
Constructor Details
-
ServerIteratorRequestInfo
public ServerIteratorRequestInfo(UUID uuid, int batchSize, int requestedBatchNumber, long maxInactiveDuration)
-
-
Method Details
-
getUuid
-
getBatchSize
public int getBatchSize() -
getRequestedBatchNumber
public int getRequestedBatchNumber() -
getMaxInactiveDuration
public long getMaxInactiveDuration() -
isFirstTime
public boolean isFirstTime()
-