Package org.apache.hadoop.hbase.metrics
package org.apache.hadoop.hbase.metrics
Metrics API for HBase.
-
ClassDescriptionorg.apache.hadoop.hbase.metrics.BaseSourceBaseSource for dynamic metrics to announce to Metrics2.org.apache.hadoop.hbase.metrics.BaseSourceImplHadoop 2 implementation of BaseSource (using metrics2 framework).org.apache.hadoop.hbase.metrics.CounterA mutable number optimized for high concurrency counting.org.apache.hadoop.hbase.metrics.ExceptionTrackingSourceCommon interface for metrics source implementations which need to track individual exception types thrown or received.org.apache.hadoop.hbase.metrics.ExceptionTrackingSourceImplCommon base implementation for metrics sources which need to track exceptions thrown or received.org.apache.hadoop.hbase.metrics.Gauge<T>A metrics which measures a discrete value.org.apache.hadoop.hbase.metrics.HistogramA metric which measures the distribution of values.org.apache.hadoop.hbase.metrics.InternsHelpers to create interned metrics infoorg.apache.hadoop.hbase.metrics.JvmPauseMonitorSourceInterface for sources that will export JvmPauseMonitor metricsorg.apache.hadoop.hbase.metrics.MBeanSourceObject that will register an mbean with the underlying metrics implementation.org.apache.hadoop.hbase.metrics.MBeanSourceImplHadoop2 metrics2 implementation of an object that registers MBeans.org.apache.hadoop.hbase.metrics.MeterA metric which measure the rate at which some operation is invoked.org.apache.hadoop.hbase.metrics.MetricParent interface for all metrics.org.apache.hadoop.hbase.metrics.MetricRegistriesMetricRegistries is collection of MetricRegistry's.org.apache.hadoop.hbase.metrics.MetricRegistriesLoaderorg.apache.hadoop.hbase.metrics.MetricRegistryGeneral purpose factory for creating various metrics.org.apache.hadoop.hbase.metrics.MetricRegistryFactoryA Factory for creating MetricRegistries.org.apache.hadoop.hbase.metrics.MetricRegistryInfoHBase Metrics are grouped in different MetricRegistry'ies.org.apache.hadoop.hbase.metrics.MetricSetA set of named metrics.org.apache.hadoop.hbase.metrics.OperationMetricsContainer class for commonly collected metrics for most operations.org.apache.hadoop.hbase.metrics.PackageMarkerThis is a dummy annotation that forces javac to produce output for otherwise empty package-info.java.org.apache.hadoop.hbase.metrics.SnapshotA statictical sample of histogram values.org.apache.hadoop.hbase.metrics.TimerA metric which encompasses a
Histogram
andMeter
.