public class CountingIterable<IN> extends Object implements Iterable<IN>
CountingIterable(Iterable<IN> iterable, org.apache.flink.metrics.Counter numRecordsIn)
Iterator<IN>
iterator()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public CountingIterable(Iterable<IN> iterable, org.apache.flink.metrics.Counter numRecordsIn)
public Iterator<IN> iterator()
iterator
Iterable<IN>
Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.