Class CountingCollector<OUT>
java.lang.Object
org.apache.flink.runtime.operators.util.metrics.CountingCollector<OUT>
- All Implemented Interfaces:
org.apache.flink.util.Collector<OUT>
-
Constructor Summary
ConstructorsConstructorDescriptionCountingCollector(org.apache.flink.util.Collector<OUT> collector, org.apache.flink.metrics.Counter numRecordsOut) -
Method Summary
-
Constructor Details
-
CountingCollector
public CountingCollector(org.apache.flink.util.Collector<OUT> collector, org.apache.flink.metrics.Counter numRecordsOut)
-
-
Method Details