Interface TimerStats

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

@ProviderType public interface TimerStats extends Stats, Counting
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    A timing context.
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns a new TimerStats.Context.
    void
    update(long duration, TimeUnit unit)
    Adds a recorded duration.

    Methods inherited from interface org.apache.jackrabbit.oak.stats.Counting

    getCount