Class PerReporterGauge<T>

  • All Implemented Interfaces:
    com.codahale.metrics.Gauge<T>, com.codahale.metrics.Metric

    public abstract class PerReporterGauge<T>
    extends Object
    implements com.codahale.metrics.Gauge<T>
    • Constructor Detail

      • PerReporterGauge

        public PerReporterGauge()
    • Method Detail

      • getValueForReporter

        public abstract T getValueForReporter​(Object reporter)