public abstract class TaggedCachedGauge<T> extends com.codahale.metrics.CachedGauge<T> implements TaggedGauge<T>
| Modifier | Constructor and Description |
|---|---|
protected |
TaggedCachedGauge(com.codahale.metrics.Clock clock,
long timeout,
TimeUnit timeoutUnit) |
protected |
TaggedCachedGauge(long timeout,
TimeUnit timeoutUnit) |
Copyright © 2016. All rights reserved.