public interface Gauge<T> extends Metric
Metric
that calculates a specific value at a point in time.Modifier and Type | Method and Description |
---|---|
T |
getValue()
Calculates and returns the measured value.
|
T getValue()
Copyright © 2014–2019 The Apache Software Foundation. All rights reserved.