Interface ResultIterator<E>

  • All Superinterfaces:
    AutoCloseable, Closeable, org.infinispan.commons.util.CloseableIterator<E>, Iterator<E>

    @Deprecated
    public interface ResultIterator<E>
    extends org.infinispan.commons.util.CloseableIterator<E>, Closeable
    Deprecated.
    Since 11.0 with no replacement.
    Iterates over query results. Must be closed when done with it.
    Author:
    Marko Luksa