Interface ClosableIteratorWithCount<E>
- All Superinterfaces:
AutoCloseable,CloseableIterator<E>,Iterator<E>
- All Known Implementing Classes:
ScrollerIteratorAdaptor
-
Method Summary
Methods inherited from interface org.infinispan.commons.util.CloseableIterator
closeMethods inherited from interface java.util.Iterator
forEachRemaining, hasNext, next, remove
-
Method Details
-
count
HitCount count()- Returns:
- An object containing information about the number of hits from the query, ignoring pagination.
-