Class CountingCollector<OUT>
- java.lang.Object
-
- org.apache.flink.runtime.operators.util.metrics.CountingCollector<OUT>
-
- All Implemented Interfaces:
org.apache.flink.util.Collector<OUT>
public class CountingCollector<OUT> extends Object implements org.apache.flink.util.Collector<OUT>
-
-
Constructor Summary
Constructors Constructor Description CountingCollector(org.apache.flink.util.Collector<OUT> collector, org.apache.flink.metrics.Counter numRecordsOut)
-
-
-
Constructor Detail
-
CountingCollector
public CountingCollector(org.apache.flink.util.Collector<OUT> collector, org.apache.flink.metrics.Counter numRecordsOut)
-
-