Package org.infinispan.query
Interface ResultIterator<E>
-
- All Superinterfaces:
java.lang.AutoCloseable
,java.io.Closeable
,java.util.Iterator<E>
public interface ResultIterator<E> extends java.util.Iterator<E>, java.io.Closeable
Iterates over query results. Must be closed when done with it.- Author:
- Marko Luksa
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
close()
This method must be called on your iterator once you have finished so that any local or remote resources can be freed up.
-