Interface WatermarkGaugeExposingOutput<T>
- Type Parameters:
T- The type of the elements that can be emitted.
- All Superinterfaces:
AutoCloseable,Closeable,org.apache.flink.util.Collector<T>,Output<T>
- All Known Subinterfaces:
OutputWithChainingCheck<OUT>
- All Known Implementing Classes:
CountingOutput,FinishedOnRestoreMainOperatorOutput,RecordWriterOutput
An
Output that measures the last emitted watermark with a WatermarkGauge.-
Method Summary
Methods inherited from interface org.apache.flink.util.Collector
close, collectMethods inherited from interface org.apache.flink.streaming.api.operators.Output
collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermark, emitWatermarkStatus
-
Method Details
-
getWatermarkGauge
org.apache.flink.metrics.Gauge<Long> getWatermarkGauge()
-