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