Interface IgniteHistoricalIterator
-
- All Superinterfaces:
AutoCloseable,GridCloseableIterator<CacheDataRow>,GridIterator<CacheDataRow>,GridSerializableIterator<CacheDataRow>,IgniteSpiCloseableIterator<CacheDataRow>,Iterable<CacheDataRow>,Iterator<CacheDataRow>,Serializable
public interface IgniteHistoricalIterator extends GridCloseableIterator<CacheDataRow>
Iterator that provides history of updates for a subset of partitions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleancontains(int partId)booleanisDone(int partId)-
Methods inherited from interface org.apache.ignite.internal.util.lang.GridCloseableIterator
close, isClosed
-
Methods inherited from interface org.apache.ignite.internal.util.lang.GridIterator
hasNextX, nextX, removeX
-
Methods inherited from interface java.lang.Iterable
forEach, iterator, spliterator
-
Methods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
-