Class DropwizardGauge.DropwizardCachedGauge

  • All Implemented Interfaces:
    com.codahale.metrics.Gauge<java.lang.Long>, com.codahale.metrics.Metric
    Enclosing class:
    DropwizardGauge

    public class DropwizardGauge.DropwizardCachedGauge
    extends com.codahale.metrics.CachedGauge<java.lang.Long>
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected DropwizardCachedGauge​(long timeout, java.util.concurrent.TimeUnit timeoutUnit)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected java.lang.Long loadValue()  
      • Methods inherited from class com.codahale.metrics.CachedGauge

        getValue
      • Methods inherited from class java.lang.Object

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

      • DropwizardCachedGauge

        protected DropwizardCachedGauge​(long timeout,
                                        java.util.concurrent.TimeUnit timeoutUnit)
    • Method Detail

      • loadValue

        protected java.lang.Long loadValue()
        Specified by:
        loadValue in class com.codahale.metrics.CachedGauge<java.lang.Long>