Class CountingIterable<IN>

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

public class CountingIterable<IN> extends Object implements Iterable<IN>
  • Constructor Details

    • CountingIterable

      public CountingIterable(Iterable<IN> iterable, org.apache.flink.metrics.Counter numRecordsIn)
  • Method Details