Interface RecordIterator<T>

  • Type Parameters:
    T - Records to iterate
    All Superinterfaces:
    AutoCloseable, Closeable, Iterator<T>

    public interface RecordIterator<T>
    extends Iterator<T>, Closeable
    This iterator represents an event table iterator which is also capable of closing and releasing its resources.