- Gauge - Interface in com.tqdev.metrics.core
-
The Interface Gauge allows to define a "measure" function that can be invoked
to retrieve a measured value
- get(String, String) - Method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the value of a metric for a given type and key.
- getInstance() - Static method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the single instance of the Storage.
- getKeys(String) - Method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the (unique) set of keys of all registered metrics of a given type.
- getMillis() - Method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the current (wall clock) time in milliseconds (milliseconds elapsed
since epoch).
- getNanos() - Method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the elapsed time in nanoseconds (from an arbitrary point in time,
probably JVM start).
- getTypes() - Method in class com.tqdev.metrics.core.MetricRegistry
-
Gets the (unique) set of types of all registered metrics.