@InterfaceAudience.Public public interface RegionMetrics
Modifier and Type | Method and Description |
---|---|
long |
getBlocksLocalWeight() |
long |
getBlocksLocalWithSsdWeight()
Different from blocksLocalWeight,this metric's numerator only include the data stored on ssd
|
long |
getBlocksTotalWeight() |
Size |
getBloomFilterSize() |
long |
getCompactedCellCount() |
long |
getCompactingCellCount() |
CompactionState |
getCompactionState() |
long |
getCompletedSequenceId()
This does not really belong inside RegionLoad but its being done in the name of expediency.
|
float |
getDataLocality() |
float |
getDataLocalityForSsd()
Different from dataLocality,this metric's numerator only include the data stored on ssd
|
long |
getFilteredReadRequestCount() |
long |
getLastMajorCompactionTimestamp() |
int |
getMaxCompactedStoreFileRefCount() |
Size |
getMemStoreSize() |
default String |
getNameAsString() |
long |
getReadRequestCount() |
byte[] |
getRegionName() |
default long |
getRequestCount() |
int |
getStoreCount() |
int |
getStoreFileCount() |
Size |
getStoreFileIndexSize()
TODO: why we pass the same value to different counters? Currently, the value from
getStoreFileIndexSize() is same with getStoreFileRootLevelIndexSize()
see HRegionServer#createRegionLoad.
|
Size |
getStoreFileRootLevelIndexSize() |
Size |
getStoreFileSize() |
Size |
getStoreFileUncompressedDataIndexSize() |
int |
getStoreRefCount() |
Map<byte[],Long> |
getStoreSequenceId() |
Size |
getUncompressedStoreFileSize() |
long |
getWriteRequestCount() |
byte[] getRegionName()
int getStoreCount()
int getStoreFileCount()
Size getStoreFileSize()
Size getMemStoreSize()
long getReadRequestCount()
long getWriteRequestCount()
default long getRequestCount()
default String getNameAsString()
long getFilteredReadRequestCount()
Size getStoreFileIndexSize()
Size getStoreFileRootLevelIndexSize()
Size getStoreFileUncompressedDataIndexSize()
Size getBloomFilterSize()
long getCompactingCellCount()
long getCompactedCellCount()
long getCompletedSequenceId()
Map<byte[],Long> getStoreSequenceId()
Size getUncompressedStoreFileSize()
float getDataLocality()
long getLastMajorCompactionTimestamp()
int getStoreRefCount()
int getMaxCompactedStoreFileRefCount()
float getDataLocalityForSsd()
long getBlocksLocalWeight()
long getBlocksLocalWithSsdWeight()
long getBlocksTotalWeight()
CompactionState getCompactionState()
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.