Uses of Interface
org.apache.hadoop.hbase.metrics.Counter
Package
Description
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of Counter in org.apache.hadoop.hbase.coprocessor.example
Modifier and TypeFieldDescriptionprivate Counter
ExampleMasterObserverWithMetrics.disableTableCounter
This is a Counter object to keep track of disableTable operationsprivate Counter
ExampleRegionObserverWithMetrics.filesCompactedCounter
private Counter
ExampleRegionObserverWithMetrics.flushCounter
private Counter
ExampleRegionObserverWithMetrics.preGetCounter
-
Uses of Counter in org.apache.hadoop.hbase.metrics
Modifier and TypeFieldDescriptionprivate final Counter
OperationMetrics.failedCounter
private final Counter
OperationMetrics.submittedCounter
Modifier and TypeMethodDescriptionGet or construct aCounter
used to track a mutable number.OperationMetrics.getFailedCounter()
OperationMetrics.getSubmittedCounter()
-
Uses of Counter in org.apache.hadoop.hbase.metrics.impl
Modifier and TypeMethodDescriptionprivate void
HBaseMetrics2HadoopMetricsAdapter.addCounter
(String name, Counter counter, org.apache.hadoop.metrics2.MetricsRecordBuilder builder) -
Uses of Counter in org.apache.hadoop.hbase.procedure2
Modifier and TypeMethodDescriptionProcedureMetrics.getFailedCounter()
Returns Total number of instances failed for a type of a procedureProcedureMetrics.getSubmittedCounter()
Returns Total number of instances submitted for a type of a procedure -
Uses of Counter in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate final Counter
MetricsRegionServerQuotaSourceImpl.regionSizeReportCounter
-
Uses of Counter in org.apache.hadoop.hbase.regionserver.metrics