@InterfaceAudience.Private public class ExceptionTrackingSourceImpl extends BaseSourceImpl implements ExceptionTrackingSource
| 限定符和类型 | 字段和说明 |
|---|---|
protected MutableFastCounter |
exceptions |
protected MutableFastCounter |
exceptionsBusy |
protected MutableFastCounter |
exceptionsCallQueueTooBig |
protected MutableFastCounter |
exceptionsMoved |
protected MutableFastCounter |
exceptionsMultiTooLarge |
protected MutableFastCounter |
exceptionsNSRE |
protected MutableFastCounter |
exceptionsOOO |
protected MutableFastCounter |
exceptionsSanity |
protected MutableFastCounter |
exceptionsScannerReset |
protected MutableFastCounter |
exceptionsUnknown |
metricsAdapter, metricsContext, metricsDescription, metricsJmxContext, metricsName, metricsRegistry, registryEXCEPTIONS_BUSY_NAME, EXCEPTIONS_CALL_QUEUE_TOO_BIG, EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC, EXCEPTIONS_DESC, EXCEPTIONS_MOVED_NAME, EXCEPTIONS_MULTI_TOO_LARGE_DESC, EXCEPTIONS_MULTI_TOO_LARGE_NAME, EXCEPTIONS_NAME, EXCEPTIONS_NSRE_NAME, EXCEPTIONS_OOO_NAME, EXCEPTIONS_SANITY_NAME, EXCEPTIONS_SCANNER_RESET_NAME, EXCEPTIONS_TYPE_DESC, EXCEPTIONS_UNKNOWN_NAMEHBASE_METRICS_SYSTEM_NAME| 构造器和说明 |
|---|
ExceptionTrackingSourceImpl(String metricsName,
String metricsDescription,
String metricsContext,
String metricsJmxContext) |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
callQueueTooBigException() |
void |
exception() |
void |
failedSanityException() |
void |
init() |
void |
movedRegionException() |
void |
multiActionTooLargeException() |
void |
notServingRegionException() |
void |
outOfOrderException() |
void |
scannerResetException() |
void |
tooBusyException() |
void |
unknownScannerException() |
decGauge, getMetrics, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, getMetricsRegistry, incCounters, incGauge, removeMetric, setGauge, updateHistogramclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitdecGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, removeMetric, setGauge, updateHistogramprotected MutableFastCounter exceptions
protected MutableFastCounter exceptionsOOO
protected MutableFastCounter exceptionsBusy
protected MutableFastCounter exceptionsUnknown
protected MutableFastCounter exceptionsScannerReset
protected MutableFastCounter exceptionsSanity
protected MutableFastCounter exceptionsNSRE
protected MutableFastCounter exceptionsMoved
protected MutableFastCounter exceptionsMultiTooLarge
protected MutableFastCounter exceptionsCallQueueTooBig
public void init()
init 在接口中 BaseSourceinit 在类中 BaseSourceImplpublic void exception()
exception 在接口中 ExceptionTrackingSourcepublic void outOfOrderException()
outOfOrderException 在接口中 ExceptionTrackingSourcepublic void failedSanityException()
failedSanityException 在接口中 ExceptionTrackingSourcepublic void movedRegionException()
movedRegionException 在接口中 ExceptionTrackingSourcepublic void notServingRegionException()
public void unknownScannerException()
public void scannerResetException()
scannerResetException 在接口中 ExceptionTrackingSourcepublic void tooBusyException()
tooBusyException 在接口中 ExceptionTrackingSourcepublic void multiActionTooLargeException()
public void callQueueTooBigException()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.