Class CountingOutput<OUT>

java.lang.Object
org.apache.flink.streaming.api.operators.CountingOutput<OUT>
All Implemented Interfaces:
Closeable, AutoCloseable, Output<StreamRecord<OUT>>, WatermarkGaugeExposingOutput<StreamRecord<OUT>>, org.apache.flink.util.Collector<StreamRecord<OUT>>

public class CountingOutput<OUT> extends Object implements WatermarkGaugeExposingOutput<StreamRecord<OUT>>
Wrapping Output that updates metrics on the number of emitted elements.