Class DropwizardClock


  • public class DropwizardClock
    extends com.codahale.metrics.Clock
    • Nested Class Summary

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

        com.codahale.metrics.Clock.UserTimeClock
    • Constructor Summary

      Constructors 
      Constructor Description
      DropwizardClock​(Clock micrometerClock)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      long getTick()  
      long getTime()  
      • Methods inherited from class com.codahale.metrics.Clock

        defaultClock
      • Methods inherited from class java.lang.Object

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

      • DropwizardClock

        public DropwizardClock​(Clock micrometerClock)
    • Method Detail

      • getTick

        public long getTick()
        Specified by:
        getTick in class com.codahale.metrics.Clock
      • getTime

        public long getTime()
        Overrides:
        getTime in class com.codahale.metrics.Clock