Class SnapshottingTimer

  • All Implemented Interfaces:
    com.codahale.metrics.Counting, com.codahale.metrics.Metered, com.codahale.metrics.Metric, com.codahale.metrics.Sampling

    public class SnapshottingTimer
    extends com.codahale.metrics.Timer
    • Nested Class Summary

      • Nested classes/interfaces inherited from class com.codahale.metrics.Timer

        com.codahale.metrics.Timer.Context
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      com.codahale.metrics.Snapshot getPercentileSnapshot()  
      • Methods inherited from class com.codahale.metrics.Timer

        getCount, getFifteenMinuteRate, getFiveMinuteRate, getMeanRate, getOneMinuteRate, getSnapshot, time, time, time, timeSupplier, update, update
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getPercentileSnapshot

        public com.codahale.metrics.Snapshot getPercentileSnapshot()