Uses of Interface
org.apache.hadoop.hbase.metrics.Counter
Packages that use Counter
Package
Description
Metrics API for HBase.
Implementation of the HBase Metrics framework.
-
Uses of Counter in org.apache.hadoop.hbase.coprocessor.example
Fields in org.apache.hadoop.hbase.coprocessor.example declared as CounterModifier 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
Fields in org.apache.hadoop.hbase.metrics declared as CounterModifier and TypeFieldDescriptionprivate final Counter
OperationMetrics.failedCounter
private final Counter
OperationMetrics.submittedCounter
Methods in org.apache.hadoop.hbase.metrics that return CounterModifier 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
Classes in org.apache.hadoop.hbase.metrics.impl that implement CounterMethods in org.apache.hadoop.hbase.metrics.impl that return CounterMethods in org.apache.hadoop.hbase.metrics.impl with parameters of type CounterModifier and TypeMethodDescriptionprivate void
HBaseMetrics2HadoopMetricsAdapter.addCounter
(String name, Counter counter, org.apache.hadoop.metrics2.MetricsRecordBuilder builder) -
Uses of Counter in org.apache.hadoop.hbase.procedure2
Methods in org.apache.hadoop.hbase.procedure2 that return CounterModifier 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
Fields in org.apache.hadoop.hbase.regionserver declared as CounterModifier and TypeFieldDescriptionprivate final Counter
MetricsRegionServerQuotaSourceImpl.regionSizeReportCounter
-
Uses of Counter in org.apache.hadoop.hbase.regionserver.metrics
Fields in org.apache.hadoop.hbase.regionserver.metrics declared as Counter