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 Summary
-
Method Details
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-
next
- Specified by:
nextin interfaceorg.apache.flink.util.MutableObjectIterator<T>- Throws:
IOException
-