Package | Description |
---|---|
org.apache.hadoop.hbase.metrics |
Metrics API for HBase.
|
org.apache.hadoop.metrics2.lib |
Modifier and Type | Field and Description |
---|---|
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptions |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsBusy |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsCallQueueTooBig |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsMoved |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsMultiTooLarge |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsNSRE |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsOOO |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsSanity |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsScannerReset |
protected MutableFastCounter |
ExceptionTrackingSourceImpl.exceptionsUnknown |
Modifier and Type | Method and Description |
---|---|
MutableFastCounter |
DynamicMetricsRegistry.getCounter(String counterName,
long potentialStartingValue)
Get a MetricMutableCounterLong from the storage.
|
MutableFastCounter |
DynamicMetricsRegistry.newCounter(org.apache.hadoop.metrics2.MetricsInfo info,
long iVal)
Create a mutable long integer counter
|
MutableFastCounter |
DynamicMetricsRegistry.newCounter(String name,
String desc,
long iVal)
Create a mutable long integer counter
|
Copyright © 2007–2019 Cloudera. All rights reserved.