Class SimpleGauge<T>
java.lang.Object
org.apache.flink.table.runtime.operators.metrics.SimpleGauge<T>
- Type Parameters:
T- Type of the actual recording value
- All Implemented Interfaces:
org.apache.flink.metrics.Gauge<T>,org.apache.flink.metrics.Metric
A Simple gauge providing method for value updating.
-
Constructor Details
-
SimpleGauge
-
-
Method Details
-
update
-
getValue
- Specified by:
getValuein interfaceorg.apache.flink.metrics.Gauge<T>
-