| Interface | Description |
|---|---|
| Counter |
A mutable number optimized for high concurrency counting.
|
| Gauge<T> |
A metrics which measures a discrete value.
|
| Histogram |
A metric which measures the distribution of values.
|
| Meter |
A metric which measure the rate at which some operation is invoked.
|
| Metric |
Parent interface for all metrics.
|
| MetricRegistry |
General purpose factory for creating various metrics.
|
| MetricRegistryFactory |
A Factory for creating MetricRegistries.
|
| MetricSet |
A set of named metrics.
|
| Snapshot |
A statictical sample of histogram values.
|
| Timer |
| Class | Description |
|---|---|
| MetricRegistries |
MetricRegistries is collection of MetricRegistry's.
|
| MetricRegistriesLoader | |
| MetricRegistryInfo |
HBase Metrics are grouped in different MetricRegistry'ies.
|
| Annotation Type | Description |
|---|---|
| PackageMarker |
This is a dummy annotation that forces javac to produce output for otherwise empty
package-info.java.
|
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.