Class CountingMutableObjectIterator<IN>

java.lang.Object
org.apache.flink.runtime.operators.util.metrics.CountingMutableObjectIterator<IN>
All Implemented Interfaces:
org.apache.flink.util.MutableObjectIterator<IN>

public class CountingMutableObjectIterator<IN> extends Object implements org.apache.flink.util.MutableObjectIterator<IN>
  • Constructor Details

    • CountingMutableObjectIterator

      public CountingMutableObjectIterator(org.apache.flink.util.MutableObjectIterator<IN> iterator, org.apache.flink.metrics.Counter numRecordsIn)
  • Method Details

    • next

      public IN next(IN reuse) throws IOException
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<IN>
      Throws:
      IOException
    • next

      public IN next() throws IOException
      Specified by:
      next in interface org.apache.flink.util.MutableObjectIterator<IN>
      Throws:
      IOException