Class WatermarkGauge
java.lang.Object
org.apache.flink.streaming.runtime.metrics.WatermarkGauge
- All Implemented Interfaces:
org.apache.flink.metrics.Gauge<Long>,org.apache.flink.metrics.Metric
A
Gauge for exposing the current input/output watermark.-
Constructor Details
-
WatermarkGauge
public WatermarkGauge()
-
-
Method Details
-
setCurrentWatermark
public void setCurrentWatermark(long watermark) -
getValue
- Specified by:
getValuein interfaceorg.apache.flink.metrics.Gauge<Long>
-