Class ThroughputMeter

  • All Implemented Interfaces:
    com.codahale.metrics.Counting, com.codahale.metrics.Metered, com.codahale.metrics.Metric

    public class ThroughputMeter
    extends com.codahale.metrics.Meter
    A throughput metric, wraps a Meter object to provide a one second instant throughput value returned by getValue().
    Author:
    Julien Viet
    • Constructor Detail

      • ThroughputMeter

        public ThroughputMeter()
    • Method Detail

      • getValue

        public Long getValue()
      • mark

        public void mark()
        Overrides:
        mark in class com.codahale.metrics.Meter