Class CountingIterable<IN>
java.lang.Object
org.apache.flink.runtime.operators.util.metrics.CountingIterable<IN>
- All Implemented Interfaces:
Iterable<IN>
-
Constructor Summary
ConstructorsConstructorDescriptionCountingIterable(Iterable<IN> iterable, org.apache.flink.metrics.Counter numRecordsIn) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.lang.Iterable
forEach, spliterator