Interface Meter


  • public interface Meter
    Metrics Meter. See http://metrics.dropwizard.io/3.1.0/getting-started/#meters
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void mark()
      Mark the occurrence of event
      void mark​(long numEvents)
      Mark the occurrence of numEvents
    • Method Detail

      • mark

        void mark()
        Mark the occurrence of event
      • mark

        void mark​(long numEvents)
        Mark the occurrence of numEvents