@InterfaceAudience.Private public interface ExceptionTrackingSource extends BaseSource
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTIONS_BUSY_NAME |
static String |
EXCEPTIONS_CALL_QUEUE_TOO_BIG |
static String |
EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC |
static String |
EXCEPTIONS_DESC |
static String |
EXCEPTIONS_MOVED_NAME |
static String |
EXCEPTIONS_MULTI_TOO_LARGE_DESC |
static String |
EXCEPTIONS_MULTI_TOO_LARGE_NAME |
static String |
EXCEPTIONS_NAME |
static String |
EXCEPTIONS_NSRE_NAME |
static String |
EXCEPTIONS_OOO_NAME |
static String |
EXCEPTIONS_SANITY_NAME |
static String |
EXCEPTIONS_SCANNER_RESET_NAME |
static String |
EXCEPTIONS_TYPE_DESC |
static String |
EXCEPTIONS_UNKNOWN_NAME |
HBASE_METRICS_SYSTEM_NAME
Modifier and Type | Method and Description |
---|---|
void |
callQueueTooBigException() |
void |
exception() |
void |
failedSanityException() |
void |
movedRegionException() |
void |
multiActionTooLargeException() |
void |
notServingRegionException() |
void |
outOfOrderException()
Different types of exceptions
|
void |
scannerResetException() |
void |
tooBusyException() |
void |
unknownScannerException() |
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogram
static final String EXCEPTIONS_NAME
static final String EXCEPTIONS_DESC
static final String EXCEPTIONS_TYPE_DESC
static final String EXCEPTIONS_OOO_NAME
static final String EXCEPTIONS_BUSY_NAME
static final String EXCEPTIONS_UNKNOWN_NAME
static final String EXCEPTIONS_SCANNER_RESET_NAME
static final String EXCEPTIONS_SANITY_NAME
static final String EXCEPTIONS_MOVED_NAME
static final String EXCEPTIONS_NSRE_NAME
static final String EXCEPTIONS_MULTI_TOO_LARGE_NAME
static final String EXCEPTIONS_MULTI_TOO_LARGE_DESC
static final String EXCEPTIONS_CALL_QUEUE_TOO_BIG
static final String EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC
void exception()
void outOfOrderException()
void failedSanityException()
void movedRegionException()
void notServingRegionException()
void unknownScannerException()
void scannerResetException()
void tooBusyException()
void multiActionTooLargeException()
void callQueueTooBigException()
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.