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 CounterExampleMasterObserverWithMetrics.disableTableCounterThis is a Counter object to keep track of disableTable operationsprivate CounterExampleRegionObserverWithMetrics.filesCompactedCounterprivate CounterExampleRegionObserverWithMetrics.flushCounterprivate CounterExampleRegionObserverWithMetrics.preGetCounter -
Uses of Counter in org.apache.hadoop.hbase.coprocessor.example.row.stats
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats declared as CounterModifier and TypeFieldDescriptionprivate CounterRowStatisticsCompactionObserver.rowStatisticsDroppedprivate final CounterRowStatisticsCompactionObserver.RowStatisticsScanner.rowStatisticsDroppedprivate CounterRowStatisticsCompactionObserver.rowStatisticsPutFailedprivate final CounterRowStatisticsCompactionObserver.RowStatisticsScanner.rowStatisticsPutFailed -
Uses of Counter in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder declared as CounterModifier and TypeFieldDescriptionprivate final CounterRowStatisticsTableRecorder.rowStatisticsDroppedprivate final CounterRowStatisticsTableRecorder.TableRecorderExceptionListener.rowStatisticsPutFailuresMethods in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with parameters of type CounterModifier and TypeMethodDescriptionstatic RowStatisticsTableRecorderRowStatisticsTableRecorder.forClusterConnection(Connection clusterConnection, Counter rowStatisticsDropped, Counter rowStatisticsPutFailed) private static BufferedMutatorRowStatisticsTableRecorder.initializeBufferedMutator(Connection conn, Counter rowStatisticsPutFailed) private static com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope>RowStatisticsTableRecorder.initializeDisruptor(BufferedMutator bufferedMutator, Counter rowStatisticsPutFailures) Constructors in org.apache.hadoop.hbase.coprocessor.example.row.stats.recorder with parameters of type CounterModifierConstructorDescriptionprivateRowStatisticsTableRecorder(BufferedMutator bufferedMutator, com.lmax.disruptor.dsl.Disruptor<RowStatisticsRingBufferEnvelope> disruptor, Counter rowStatisticsDropped) (package private)TableRecorderExceptionListener(Counter counter) -
Uses of Counter in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer
Fields in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer declared as CounterModifier and TypeFieldDescriptionprivate final CounterRowStatisticsEventHandler.rowStatisticsPutFailuresConstructors in org.apache.hadoop.hbase.coprocessor.example.row.stats.ringbuffer with parameters of type CounterModifierConstructorDescriptionRowStatisticsEventHandler(BufferedMutator bufferedMutator, Counter rowStatisticsPutFailures) -
Uses of Counter in org.apache.hadoop.hbase.metrics
Fields in org.apache.hadoop.hbase.metrics declared as CounterModifier and TypeFieldDescriptionprivate final CounterOperationMetrics.failedCounterprivate final CounterOperationMetrics.submittedCounterMethods in org.apache.hadoop.hbase.metrics that return CounterModifier and TypeMethodDescriptionGet or construct aCounterused 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 voidHBaseMetrics2HadoopMetricsAdapter.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 CounterMetricsRegionServerQuotaSourceImpl.regionSizeReportCounter -
Uses of Counter in org.apache.hadoop.hbase.regionserver.metrics
Fields in org.apache.hadoop.hbase.regionserver.metrics declared as Counter