Class DropwizardGauge.DropwizardCachedGauge
- java.lang.Object
-
- com.codahale.metrics.CachedGauge<java.lang.Long>
-
- org.apache.iotdb.metrics.dropwizard.type.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 protectedDropwizardCachedGauge(long timeout, java.util.concurrent.TimeUnit timeoutUnit)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.LongloadValue()
-