Class CompactingHashTable.EntryIterator

  • All Implemented Interfaces:
    org.apache.flink.util.MutableObjectIterator<T>
    Enclosing class:
    CompactingHashTable<T>

    public class CompactingHashTable.EntryIterator
    extends Object
    implements org.apache.flink.util.MutableObjectIterator<T>
    Iterator that traverses the whole hash table once

    If entries are inserted during iteration they may be overlooked by the iterator

    • Method Detail

      • next

        public T next​(T reuse)
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<T>
        Throws:
        IOException
      • next

        public T next()
               throws IOException
        Specified by:
        next in interface org.apache.flink.util.MutableObjectIterator<T>
        Throws:
        IOException