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 onceIf entries are inserted during iteration they may be overlooked by the iterator
-
-
Method Detail
-
next
public T next(T reuse) throws IOException
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
next
public T next() throws IOException
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
-