Package | Description |
---|---|
org.apache.hadoop.hbase.coprocessor.example | |
org.apache.hadoop.hbase.metrics |
Metrics API for HBase.
|
org.apache.hadoop.hbase.metrics.impl |
Implementation of the HBase Metrics framework.
|
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private Timer |
ExampleRegionObserverWithMetrics.costlyOperationTimer |
private Timer |
ExampleMasterObserverWithMetrics.createTableTimer
This is the Timer metric object to keep track of the current count across invocations
|
Modifier and Type | Method and Description |
---|---|
Timer |
MetricRegistry.timer(String name)
Get or construct a
Timer used to measure durations and report rates. |
Modifier and Type | Class and Description |
---|---|
class |
TimerImpl
Custom implementation of
Timer . |
Modifier and Type | Method and Description |
---|---|
protected Timer |
MetricRegistryImpl.createTimer() |
Timer |
MetricRegistryImpl.timer(String name) |
Modifier and Type | Method and Description |
---|---|
private void |
HBaseMetrics2HadoopMetricsAdapter.addTimer(String name,
Timer timer,
org.apache.hadoop.metrics2.MetricsRecordBuilder builder) |
Modifier and Type | Field and Description |
---|---|
private Timer |
MetricsRegionServer.bulkLoadTimer |
private Timer |
MetricsRegionServerQuotaSourceImpl.fileSystemUtilizationChoreTimer |
private Timer |
MetricsRegionServerQuotaSourceImpl.regionSizeReportingChoreTimer |
private Timer |
MetricsRegionServerQuotaSourceImpl.spaceQuotaRefresherChoreTimer |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.