Class GaugeTimer<T>
- java.lang.Object
-
- uk.co.ractf.polaris.controller.metrics.GaugeTimer<T>
-
- All Implemented Interfaces:
com.codahale.metrics.Gauge<T>
,com.codahale.metrics.Metric
public class GaugeTimer<T> extends java.lang.Object implements com.codahale.metrics.Gauge<T>
-
-
Constructor Summary
Constructors Constructor Description GaugeTimer(com.codahale.metrics.Gauge<T> gauge)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description T
getValue()
-