Class WatermarkGauge
- java.lang.Object
-
- org.apache.flink.streaming.runtime.metrics.WatermarkGauge
-
-
Constructor Summary
Constructors Constructor Description WatermarkGauge()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getValue()
Calculates and returns the measured value.void
setCurrentWatermark(long watermark)
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.apache.flink.metrics.Gauge
getMetricType
-
-