Uses of Interface
com.codahale.metrics.MetricSet
-
Packages that use MetricSet Package Description com.codahale.metrics com.codahale.metrics.jvm -
-
Uses of MetricSet in com.codahale.metrics
Classes in com.codahale.metrics that implement MetricSet Modifier and Type Class Description classJvmAttributeGaugeSetA set of gauges for the JVM name, vendor, and uptime.classMetricRegistryA registry of metric instances.Methods in com.codahale.metrics with parameters of type MetricSet Modifier and Type Method Description voidMetricRegistry. registerAll(MetricSet metrics)Given a metric set, registers them.private voidMetricRegistry. registerAll(java.lang.String prefix, MetricSet metrics) -
Uses of MetricSet in com.codahale.metrics.jvm
Classes in com.codahale.metrics.jvm that implement MetricSet Modifier and Type Class Description classBufferPoolMetricSetA set of gauges for the count, usage, and capacity of the JVM's direct and mapped buffer pools.classGarbageCollectorMetricSetA set of gauges for the counts and elapsed times of garbage collections.classMemoryUsageGaugeSetA set of gauges for JVM memory usage, including stats on heap vs.classThreadStatesGaugeSetA set of gauges for the number of threads in their various states and deadlock detection.
-