Class MutableHashTable.UnmatchedBuildIterator<BT,PT>

java.lang.Object
org.apache.flink.runtime.operators.hash.MutableHashTable.UnmatchedBuildIterator<BT,PT>
All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<BT>
Enclosing class:
MutableHashTable<BT,PT>

public static class MutableHashTable.UnmatchedBuildIterator<BT,PT> extends Object implements org.apache.flink.util.MutableObjectIterator<BT>
Iterate all the elements in memory which has not been probed during probe phase.
  • Method Details

    • next

      public BT next(BT reuse)
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<BT>
    • next

      public BT next()
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<BT>
    • back

      public void back()