Class InPlaceMutableHashTable.EntryIterator

java.lang.Object
org.apache.flink.runtime.operators.hash.InPlaceMutableHashTable.EntryIterator
All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<T>
Enclosing class:
InPlaceMutableHashTable<T>

public final class InPlaceMutableHashTable.EntryIterator extends Object implements org.apache.flink.util.MutableObjectIterator<T>
WARNING: Doing any other operation on the table invalidates the iterator! (Even using getMatchFor of a prober!)
  • Constructor Details

    • EntryIterator

      public EntryIterator()
  • 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