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
An Output that measures the last emitted watermark with a WatermarkGauge.
  • Method Details

    • getWatermarkGauge

      org.apache.flink.metrics.Gauge<Long> getWatermarkGauge()