public class CountingMutableObjectIterator<IN> extends Object implements org.apache.flink.util.MutableObjectIterator<IN>
| Constructor and Description |
|---|
CountingMutableObjectIterator(org.apache.flink.util.MutableObjectIterator<IN> iterator,
org.apache.flink.metrics.Counter numRecordsIn) |
public CountingMutableObjectIterator(org.apache.flink.util.MutableObjectIterator<IN> iterator, org.apache.flink.metrics.Counter numRecordsIn)
public IN next(IN reuse) throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<IN>IOExceptionpublic IN next() throws IOException
next in interface org.apache.flink.util.MutableObjectIterator<IN>IOExceptionCopyright © 2014–2024 The Apache Software Foundation. All rights reserved.