Class ThroughputMeter

java.lang.Object
com.codahale.metrics.Meter
io.vertx.ext.dropwizard.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 Details

    • ThroughputMeter

      public ThroughputMeter()
  • Method Details

    • getValue

      public Long getValue()
    • mark

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