Class CompactingHashTable.EntryIterator

java.lang.Object
org.apache.flink.runtime.operators.hash.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 Details

    • 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