Package org.apache.flink.metrics
Interface Gauge<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default MetricType
getMetricType()
T
getValue()
Calculates and returns the measured value.
-
-
-
Method Detail
-
getValue
T getValue()
Calculates and returns the measured value.- Returns:
- calculated value
-
getMetricType
default MetricType getMetricType()
- Specified by:
getMetricType
in interfaceMetric
-
-