Package org.infinispan.query.impl
Class ScrollerIteratorAdaptor<E>
java.lang.Object
org.infinispan.query.impl.ScrollerIteratorAdaptor<E>
- All Implemented Interfaces:
AutoCloseable
,Iterator<E>
,CloseableIterator<E>
Adaptor to use a link
SearchScroll
as an iterator.- Since:
- 12.0
-
Constructor Summary
ConstructorDescriptionScrollerIteratorAdaptor
(org.hibernate.search.engine.search.query.SearchScroll<E> scroll) -
Method Summary
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, remove
-
Constructor Details
-
ScrollerIteratorAdaptor
-
-
Method Details