Interface MeterStats

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void mark()
      Mark the occurrence of an event.
      void mark​(long n)
      Mark the occurrence of a given number of events.
      • Methods inherited from interface org.apache.jackrabbit.oak.stats.Counting

        getCount
    • Method Detail

      • mark

        void mark()
        Mark the occurrence of an event.
      • mark

        void mark​(long n)
        Mark the occurrence of a given number of events.
        Parameters:
        n - the number of events