T
- The type of the elements that can be emitted.public interface WatermarkGaugeExposingOutput<T> extends Output<T>
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, emitWatermark
org.apache.flink.metrics.Gauge<Long> getWatermarkGauge()
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.