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.procedure2 | |
org.apache.hadoop.hbase.regionserver |
Modifier and Type | Field and Description |
---|---|
private Counter |
ExampleMasterObserverWithMetrics.disableTableCounter
This is a Counter object to keep track of disableTable operations
|
private Counter |
ExampleRegionObserverWithMetrics.filesCompactedCounter |
private Counter |
ExampleRegionObserverWithMetrics.flushCounter |
private Counter |
ExampleRegionObserverWithMetrics.preGetCounter |
Modifier and Type | Field and Description |
---|---|
private Counter |
OperationMetrics.failedCounter |
private Counter |
OperationMetrics.submittedCounter |
Modifier and Type | Method and Description |
---|---|
Counter |
MetricRegistry.counter(String name)
Get or construct a
Counter used to track a mutable number. |
Counter |
OperationMetrics.getFailedCounter() |
Counter |
OperationMetrics.getSubmittedCounter() |
Modifier and Type | Class and Description |
---|---|
class |
CounterImpl
Custom implementation of
Counter using LongAdder. |
Modifier and Type | Method and Description |
---|---|
Counter |
MetricRegistryImpl.counter(String name) |
protected Counter |
MetricRegistryImpl.createCounter() |
Modifier and Type | Method and Description |
---|---|
private void |
HBaseMetrics2HadoopMetricsAdapter.addCounter(String name,
Counter counter,
org.apache.hadoop.metrics2.MetricsRecordBuilder builder) |
Modifier and Type | Method and Description |
---|---|
Counter |
ProcedureMetrics.getFailedCounter()
Returns Total number of instances failed for a type of a procedure
|
Counter |
ProcedureMetrics.getSubmittedCounter()
Returns Total number of instances submitted for a type of a procedure
|
Modifier and Type | Field and Description |
---|---|
private Counter |
MetricsRegionServerQuotaSourceImpl.regionSizeReportCounter |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.