Class GaugeImpl<T>

    • Constructor Detail

      • GaugeImpl

        public GaugeImpl​(com.codahale.metrics.Gauge<T> gauge)
    • Method Detail

      • getValue

        public T getValue()
        Description copied from interface: GaugeStats
        Returns the metric's current value.
        Specified by:
        getValue in interface GaugeStats<T>
        Returns:
        the metric's current value