public interface IgniteRebalanceIterator extends GridCloseableIterator<CacheDataRow>
| Modifier and Type | Method and Description |
|---|---|
boolean |
historical(int partId) |
boolean |
isPartitionDone(int partId) |
boolean |
isPartitionMissing(int partId) |
CacheDataRow |
peek()
Return next element without moving iterator cursor to the next one.
|
void |
setPartitionMissing(int partId)
Marks partition as missing.
|
close, isClosedhasNextX, nextX, removeXforEach, iterator, spliteratorforEachRemaining, hasNext, next, removeboolean historical(int partId)
True if this iterator is a historical iterator starting from the requested partition counter.boolean isPartitionDone(int partId)
partId - Partition ID.True if all data for given partition was already returned.boolean isPartitionMissing(int partId)
partId - Partition ID.True if partition was marked as missing.void setPartitionMissing(int partId)
partId - Partition ID.CacheDataRow peek()
Null if there is no more elements.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021