public class GridQueryCacheObjectsIterator extends Object implements Iterator<List<?>>, AutoCloseable
| Constructor and Description |
|---|
GridQueryCacheObjectsIterator(Iterator<List<?>> iter,
CacheObjectValueContext cacheObjValCtx,
boolean keepBinary) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
boolean |
hasNext() |
List<?> |
next() |
void |
remove() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEachRemainingpublic GridQueryCacheObjectsIterator(Iterator<List<?>> iter, CacheObjectValueContext cacheObjValCtx, boolean keepBinary)
iter - Iterator.cacheObjValCtx - Cache object context.keepBinary - Keep binary.public void close()
throws Exception
close in interface AutoCloseableException
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021