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
public interface WatermarkGaugeExposingOutput<T> extends Output<T>, Closeable
AnOutputthat measures the last emitted watermark with aWatermarkGauge.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.apache.flink.metrics.Gauge<Long>getWatermarkGauge()-
Methods inherited from interface org.apache.flink.streaming.api.operators.Output
collect, emitLatencyMarker, emitRecordAttributes, emitWatermark, emitWatermarkStatus
-
-
-
-
Method Detail
-
getWatermarkGauge
org.apache.flink.metrics.Gauge<Long> getWatermarkGauge()
-
-