Class GridQueryCacheObjectsIterator
- java.lang.Object
-
- org.apache.ignite.internal.processors.query.GridQueryCacheObjectsIterator
-
- All Implemented Interfaces:
AutoCloseable,Iterator<List<?>>
public class GridQueryCacheObjectsIterator extends Object implements Iterator<List<?>>, AutoCloseable
Deserializes binary objects if needed.
-
-
Constructor Summary
Constructors Constructor Description GridQueryCacheObjectsIterator(Iterator<List<?>> iter, CacheObjectValueContext cacheObjValCtx, boolean keepBinary)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()booleanhasNext()List<?>next()voidremove()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Iterator
forEachRemaining
-
-
-
-
Constructor Detail
-
GridQueryCacheObjectsIterator
public GridQueryCacheObjectsIterator(Iterator<List<?>> iter, CacheObjectValueContext cacheObjValCtx, boolean keepBinary)
- Parameters:
iter- Iterator.cacheObjValCtx- Cache object context.keepBinary- Keep binary.
-
-
Method Detail
-
close
public void close() throws Exception- Specified by:
closein interfaceAutoCloseable- Throws:
Exception
-
-