T - The type of the elements that can be emitted.public interface WatermarkGaugeExposingOutput<T> extends Output<T>, Closeable
Output that measures the last emitted watermark with a WatermarkGauge.| Modifier and Type | Method and Description |
|---|---|
org.apache.flink.metrics.Gauge<Long> |
getWatermarkGauge() |
collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatusorg.apache.flink.metrics.Gauge<Long> getWatermarkGauge()
Copyright © 2014–2025 The Apache Software Foundation. All rights reserved.