Class MinWatermarkGauge

java.lang.Object
org.apache.flink.streaming.runtime.metrics.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 Details

    • MinWatermarkGauge

      public MinWatermarkGauge(WatermarkGauge... watermarkGauges)
  • Method Details

    • getValue

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