@InterfaceAudience.Private public interface MetricsRegionServerSource extends BaseSource, JvmPauseMonitorSource
HBASE_METRICS_SYSTEM_NAMEINFO_THRESHOLD_COUNT_DESC, INFO_THRESHOLD_COUNT_KEY, PAUSE_TIME_WITH_GC_DESC, PAUSE_TIME_WITH_GC_KEY, PAUSE_TIME_WITHOUT_GC_DESC, PAUSE_TIME_WITHOUT_GC_KEY, WARN_THRESHOLD_COUNT_DESC, WARN_THRESHOLD_COUNT_KEY| 限定符和类型 | 方法和说明 |
|---|---|
void |
incrSlowAppend()
Increment the number of slow Appends that have happened.
|
void |
incrSlowDelete()
Increment the number of slow Deletes that have happened.
|
void |
incrSlowGet()
Increment the number of slow Gets that have happened.
|
void |
incrSlowIncrement()
Increment the number of slow Increments that have happened.
|
void |
incrSlowPut()
Increment the number of slow Puts that have happened.
|
void |
incrSplitRequest()
Increment number of a requested splits
|
void |
incrSplitSuccess()
Increment number of successful splits
|
void |
updateAppend(long t)
Update the Append time histogram.
|
void |
updateCheckAndDelete(long t)
Update checkAndDelete histogram
|
void |
updateCheckAndPut(long t)
Update checkAndPut histogram
|
void |
updateCompactionInputFileCount(boolean isMajor,
long c)
Update the compaction input number of files histogram
|
void |
updateCompactionInputSize(boolean isMajor,
long bytes)
Update the compaction total input file size histogram
|
void |
updateCompactionOutputFileCount(boolean isMajor,
long c)
Update the compaction output number of files histogram
|
void |
updateCompactionOutputSize(boolean isMajor,
long bytes)
Update the compaction total output file size
|
void |
updateCompactionTime(boolean isMajor,
long t)
Update the compaction time histogram, both major and minor
|
void |
updateDelete(long t)
Update the Delete time histogram
|
void |
updateDeleteBatch(long t)
Update the Delete time histogram if a batch contains a delete op
|
void |
updateFlushMemStoreSize(long bytes)
Update the flush memstore size histogram
|
void |
updateFlushOutputSize(long bytes)
Update the flush output file size histogram
|
void |
updateFlushTime(long t)
Update the flush time histogram
|
void |
updateGet(long t)
Update the Get time histogram .
|
void |
updateIncrement(long t)
Update the Increment time histogram.
|
void |
updatePut(long t)
Update the Put time histogram
|
void |
updatePutBatch(long t)
Update the PutBatch time histogram if a batch contains a Put op
|
void |
updateReplay(long t)
Update the Replay time histogram.
|
void |
updateScanSize(long scanSize)
Update the scan size.
|
void |
updateScanTime(long t)
Update the scan time.
|
void |
updateSplitTime(long t)
Update the split transaction time histogram
|
decGauge, getMetricRegistryInfo, getMetricsContext, getMetricsDescription, getMetricsJmxContext, getMetricsName, incCounters, incGauge, init, removeMetric, setGauge, updateHistogramincInfoThresholdExceeded, incWarnThresholdExceeded, updatePauseTimeWithGc, updatePauseTimeWithoutGcstatic final String METRICS_CONTEXT
static final String METRICS_JMX_CONTEXT
static final String TOTAL_ROW_ACTION_REQUEST_COUNT_DESC
static final String NUMBER_OF_MUTATIONS_WITHOUT_WAL_DESC
static final String PERCENT_FILES_LOCAL_SECONDARY_REGIONS
static final String PERCENT_FILES_LOCAL_SECONDARY_REGIONS_DESC
static final String LARGE_COMPACTION_QUEUE_LENGTH_DESC
static final String SMALL_COMPACTION_QUEUE_LENGTH_DESC
static final String BLOCK_CACHE_PRIMARY_HIT_COUNT_DESC
static final String BLOCK_COUNT_PRIMARY_MISS_COUNT_DESC
static final String BLOCK_CACHE_PRIMARY_EVICTION_COUNT
static final String BLOCK_CACHE_PRIMARY_EVICTION_COUNT_DESC
static final String BLOCK_CACHE_EXPRESS_HIT_PERCENT_DESC
static final String BLOCK_CACHE_FAILED_INSERTION_COUNT
static final String BLOCK_CACHE_FAILED_INSERTION_COUNT_DESC
static final String BLOCK_CACHE_ENCODED_DATA_MISS_COUNT
static final String BLOCK_CACHE_BLOOM_CHUNK_MISS_COUNT
static final String BLOCK_CACHE_INTERMEDIATE_INDEX_MISS_COUNT
static final String BLOCK_CACHE_GENERAL_BLOOM_META_MISS_COUNT
static final String BLOCK_CACHE_DELETE_FAMILY_BLOOM_MISS_COUNT
static final String BLOCK_CACHE_ENCODED_DATA_HIT_COUNT
static final String BLOCK_CACHE_INTERMEDIATE_INDEX_HIT_COUNT
static final String BLOCK_CACHE_GENERAL_BLOOM_META_HIT_COUNT
static final String BLOCK_CACHE_DELETE_FAMILY_BLOOM_HIT_COUNT
static final String CELLS_COUNT_COMPACTED_FROM_MOB_DESC
static final String CELLS_SIZE_COMPACTED_FROM_MOB_DESC
static final String MAJOR_COMPACTION_INPUT_FILE_COUNT_DESC
static final String MAJOR_COMPACTION_OUTPUT_FILE_COUNT
static final String MAJOR_COMPACTION_OUTPUT_FILE_COUNT_DESC
void updatePut(long t)
t - time it tookvoid updatePutBatch(long t)
t - void updateDelete(long t)
t - time it tookvoid updateDeleteBatch(long t)
t - time it tookvoid updateCheckAndDelete(long t)
t - time it tookvoid updateCheckAndPut(long t)
t - time it tookvoid updateGet(long t)
t - time it tookvoid updateIncrement(long t)
t - time it tookvoid updateAppend(long t)
t - time it tookvoid updateReplay(long t)
t - time it tookvoid updateScanSize(long scanSize)
scanSize - size of the scanvoid updateScanTime(long t)
void incrSlowPut()
void incrSlowDelete()
void incrSlowGet()
void incrSlowIncrement()
void incrSlowAppend()
void updateSplitTime(long t)
t - time it took, in millisecondsvoid incrSplitRequest()
void incrSplitSuccess()
void updateFlushTime(long t)
t - time it took, in millisecondsvoid updateFlushMemStoreSize(long bytes)
bytes - the number of bytes in the memstorevoid updateFlushOutputSize(long bytes)
bytes - the number of bytes in the output filevoid updateCompactionTime(boolean isMajor,
long t)
isMajor - whether compaction is a major compactiont - time it took, in millisecondsvoid updateCompactionInputFileCount(boolean isMajor,
long c)
isMajor - whether compaction is a major compactionc - number of filesvoid updateCompactionInputSize(boolean isMajor,
long bytes)
isMajor - whether compaction is a major compactionbytes - the number of bytes of the compaction input filevoid updateCompactionOutputFileCount(boolean isMajor,
long c)
isMajor - whether compaction is a major compactionc - number of filesvoid updateCompactionOutputSize(boolean isMajor,
long bytes)
isMajor - whether compaction is a major compactionbytes - the number of bytes of the compaction input fileCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.