@InterfaceAudience.Private public interface ExceptionTrackingSource extends BaseSource
Modifier and Type | Field and Description |
---|---|
static String |
EXCEPTIONS_BUSY_NAME |
static String |
EXCEPTIONS_CALL_DROPPED |
static String |
EXCEPTIONS_CALL_QUEUE_TOO_BIG |
static String |
EXCEPTIONS_CALL_QUEUE_TOO_BIG_DESC |
static String |
EXCEPTIONS_CALL_TIMED_OUT |
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_QUOTA_EXCEEDED |
static String |
EXCEPTIONS_REQUEST_TOO_BIG |
static String |
EXCEPTIONS_RPC_THROTTLING |
static String |
EXCEPTIONS_SANITY_NAME |
static String |
EXCEPTIONS_SCANNER_RESET_NAME |
static String |
EXCEPTIONS_TYPE_DESC |
static String |
EXCEPTIONS_UNKNOWN_NAME |
static String |
OTHER_EXCEPTIONS |
HBASE_METRICS_SYSTEM_NAME
Modifier and Type | Method and Description |
---|---|
void |
callDroppedException() |
void |
callQueueTooBigException() |
void |
callTimedOut() |
void |
exception() |
void |
failedSanityException() |
void |
movedRegionException() |
void |
multiActionTooLargeException() |
void |
notServingRegionException() |
void |
otherExceptions() |
void |
outOfOrderException()
Different types of exceptions
|
void |
quotaExceededException() |
void |
requestTooBigException() |
void |
rpcThrottlingException() |
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
static final String EXCEPTIONS_QUOTA_EXCEEDED
static final String EXCEPTIONS_RPC_THROTTLING
static final String EXCEPTIONS_CALL_DROPPED
static final String EXCEPTIONS_CALL_TIMED_OUT
static final String EXCEPTIONS_REQUEST_TOO_BIG
static final String OTHER_EXCEPTIONS
void exception()
void outOfOrderException()
void failedSanityException()
void movedRegionException()
void notServingRegionException()
void unknownScannerException()
void scannerResetException()
void tooBusyException()
void multiActionTooLargeException()
void callQueueTooBigException()
void quotaExceededException()
void rpcThrottlingException()
void callDroppedException()
void callTimedOut()
void requestTooBigException()
void otherExceptions()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.