Skip navigation links
A C D E G H I M R S V 

A

add(String, String, long) - Method in class com.tqdev.metrics.core.MetricRegistry
Adds a value to a metric for a given type and key.

C

com.tqdev.metrics.core - package com.tqdev.metrics.core
 

D

decrement(String, String) - Method in class com.tqdev.metrics.core.MetricRegistry
Decrement a metric for a given type and key.

E

enabled - Variable in class com.tqdev.metrics.core.MetricRegistry
Metrics enabled status.

G

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.

H

has(String, String) - Method in class com.tqdev.metrics.core.MetricRegistry
Checks for existence of a metric for a given type and key.
hasType(String) - Method in class com.tqdev.metrics.core.MetricRegistry
Checks for existence of a metric for a given type.

I

increment(String, String) - Method in class com.tqdev.metrics.core.MetricRegistry
Increment a metric for a given type and key.
isEnabled() - Method in class com.tqdev.metrics.core.MetricRegistry
Checks if metrics are enabled.

M

measure() - Method in interface com.tqdev.metrics.core.Gauge
Measure a numeric value.
MetricRegistry - Class in com.tqdev.metrics.core
The Class MetricRegistry provides access to all metrics that are tracked.
MetricRegistry() - Constructor for class com.tqdev.metrics.core.MetricRegistry
Instantiates a new metric registry.
MetricRegistry(boolean) - Constructor for class com.tqdev.metrics.core.MetricRegistry
Instantiates a new metric registry.

R

reset() - Method in class com.tqdev.metrics.core.MetricRegistry
Resets the metric registry.

S

set(String, String, long) - Method in class com.tqdev.metrics.core.MetricRegistry
Sets the value of a metric for a given type and key.
set(String, String, Gauge) - Method in class com.tqdev.metrics.core.MetricRegistry
Sets the Gauge (measure function) of a metric for a given type and key.
setEnabled(boolean) - Method in class com.tqdev.metrics.core.MetricRegistry
Sets the metrics enabled status.

V

values - Variable in class com.tqdev.metrics.core.MetricRegistry
The values in the metric registry have a type and a key and are of type LongAdder or Gauge.
A C D E G H I M R S V 
Skip navigation links

Copyright © 2018. All rights reserved.