public class ServerIteratorInfo extends Object
Constructor and Description |
---|
ServerIteratorInfo(UUID uuid,
int batchSize,
long maxInactiveDuration) |
Modifier and Type | Method and Description |
---|---|
int |
getBatchSize() |
long |
getExpirationTime() |
long |
getMaxInactiveDuration() |
IScanListIterator<IEntryCacheInfo> |
getScanListIterator() |
int |
getStoredBatchNumber() |
IEntryPacket[] |
getStoredEntryPacketsBatch() |
CircularNumerator<IServerTypeDesc> |
getSubTypesCircularNumerator() |
UUID |
getUuid() |
boolean |
isActive() |
boolean |
isBatchRetrialRequest(ServerIteratorRequestInfo serverIteratorRequestInfo) |
boolean |
isCandidateForExpiration() |
ServerIteratorInfo |
setExpirationTime(long expirationTime) |
void |
setScanListIterator(IScanListIterator scanListIterator) |
ServerIteratorInfo |
setStoredBatchNumber(int storedBatchNumber) |
ServerIteratorInfo |
setStoredEntryPacketsBatch(IEntryPacket[] storedEntryPacketsBatch) |
ServerIteratorInfo |
setSubTypesCircularNumerator(CircularNumerator<IServerTypeDesc> subTypesCircularNumerator) |
String |
toString() |
boolean |
tryDeactivateIterator() |
boolean |
tryExpireIterator() |
boolean |
tryRenewLease() |
public ServerIteratorInfo(UUID uuid, int batchSize, long maxInactiveDuration)
public UUID getUuid()
public IScanListIterator<IEntryCacheInfo> getScanListIterator()
public void setScanListIterator(IScanListIterator scanListIterator)
public int getBatchSize()
public IEntryPacket[] getStoredEntryPacketsBatch()
public ServerIteratorInfo setStoredEntryPacketsBatch(IEntryPacket[] storedEntryPacketsBatch)
public int getStoredBatchNumber()
public ServerIteratorInfo setStoredBatchNumber(int storedBatchNumber)
public long getExpirationTime()
public ServerIteratorInfo setExpirationTime(long expirationTime)
public boolean isActive()
public CircularNumerator<IServerTypeDesc> getSubTypesCircularNumerator()
public ServerIteratorInfo setSubTypesCircularNumerator(CircularNumerator<IServerTypeDesc> subTypesCircularNumerator)
public long getMaxInactiveDuration()
public boolean isBatchRetrialRequest(ServerIteratorRequestInfo serverIteratorRequestInfo)
public boolean isCandidateForExpiration()
public boolean tryDeactivateIterator()
public boolean tryRenewLease()
public boolean tryExpireIterator()
Copyright © GigaSpaces.