Class MinWatermarkGauge

  • All Implemented Interfaces:
    org.apache.flink.metrics.Gauge<Long>, org.apache.flink.metrics.Metric

    public class MinWatermarkGauge
    extends Object
    implements org.apache.flink.metrics.Gauge<Long>
    A Gauge for exposing the minimum watermark of chosen WatermarkGauges.
    • Constructor Detail

      • MinWatermarkGauge

        public MinWatermarkGauge​(WatermarkGauge... watermarkGauges)
    • Method Detail

      • getValue

        public Long getValue()
        Specified by:
        getValue in interface org.apache.flink.metrics.Gauge<Long>