Interface MeterStats

All Superinterfaces:
Counting, Stats
All Known Implementing Classes:
NoopStats, SimpleStats

@ProviderType public interface MeterStats extends Stats, Counting
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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 Details

    • 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