public interface MetricsRegionServerWrapper
Modifier and Type | Method and Description |
---|---|
void |
forceRecompute()
Force a re-computation of the metrics.
|
long |
getBlockCacheCount()
Get the number of items in the block cache.
|
long |
getBlockCacheEvictedCount()
Get the number of items evicted from the block cache.
|
long |
getBlockCacheFreeSize()
Get the size (in bytes) of the block cache that is free.
|
int |
getBlockCacheHitCachingPercent()
Get the percent of requests with the block cache turned on that hit the block cache.
|
long |
getBlockCacheHitCount()
Get the count of hits to the block cache
|
double |
getBlockCacheHitPercent()
Get the percent of all requests that hit the block cache.
|
long |
getBlockCacheMissCount()
Get the count of misses to the block cache.
|
long |
getBlockCacheSize()
Get the total size (in bytes) of the block cache.
|
long |
getBlockedRequestsCount() |
long |
getCheckAndMutateChecksFailed()
Get the number of CAS operations that failed.
|
long |
getCheckAndMutateChecksPassed()
Get the number of CAS operations that passed.
|
String |
getClusterId()
Get the Cluster ID
|
long |
getCompactedCellsCount()
Get the number of cells processed during minor compactions.
|
long |
getCompactedCellsSize()
Get the total amount of data processed during minor compactions, in bytes.
|
int |
getCompactionQueueSize()
Get the size of the compaction queue
|
String |
getCoprocessors()
Get the co-processors
|
long |
getDataInMemoryWithoutWAL()
Ammount of data in the memstore but not in the WAL because mutations explicitly had their
WAL turned off.
|
long |
getFlushedCellsCount()
Get the number of cells flushed to disk.
|
long |
getFlushedCellsSize()
Get the total amount of data flushed to disk, in bytes.
|
int |
getFlushQueueSize()
Get the size of the flush queue.
|
int |
getLargeCompactionQueueSize() |
long |
getMajorCompactedCellsCount()
Get the number of cells processed during major compactions.
|
long |
getMajorCompactedCellsSize()
Get the total amount of data processed during major compactions, in bytes.
|
long |
getMemstoreSize()
Get the size of the memstore on this region server.
|
long |
getNumMutationsWithoutWAL()
Number of mutations received with WAL explicitly turned off.
|
long |
getNumOnlineRegions()
The number of online regions
|
long |
getNumStoreFiles()
Get the number of store files hosted on this region server.
|
long |
getNumStores()
Get the number of stores hosted on this region server.
|
long |
getNumWALFiles()
Get the number of WAL files of this region server.
|
int |
getPercentFileLocal()
Get the percent of HFiles' that are local.
|
int |
getPercentFileLocalSecondaryRegions()
Get the percent of HFiles' that are local for secondary region replicas.
|
long |
getReadRequestsCount()
Get the number of read requests to regions hosted on this region server.
|
double |
getRequestsPerSecond()
Get the number of requests per second.
|
String |
getServerName()
Get ServerName
|
int |
getSmallCompactionQueueSize() |
int |
getSplitQueueSize()
Get the size of the split queue
|
long |
getStartCode()
Get HRegionServer start time
|
long |
getStoreFileIndexSize()
Get the Size (in bytes) of indexes in storefiles on disk.
|
long |
getStoreFileSize()
Get the total size of the store files this region server is serving from.
|
long |
getTotalRequestCount()
Get the total number of requests per second.
|
long |
getTotalStaticBloomSize()
Get the size (in bytes) of the static bloom filters.
|
long |
getTotalStaticIndexSize()
Get the size (in bytes) of of the static indexes including the roots.
|
long |
getUpdatesBlockedTime()
Get the amount of time that updates were blocked.
|
long |
getWALFileSize()
Get the size of WAL files of this region server.
|
long |
getWriteRequestsCount()
Get the number of write requests to regions hosted on this region server.
|
String |
getZookeeperQuorum()
Get the Zookeeper Quorum Info
|
String getServerName()
String getClusterId()
String getZookeeperQuorum()
String getCoprocessors()
long getStartCode()
long getNumOnlineRegions()
long getNumStores()
long getNumWALFiles()
long getWALFileSize()
long getNumStoreFiles()
long getMemstoreSize()
long getStoreFileSize()
double getRequestsPerSecond()
long getTotalRequestCount()
long getReadRequestsCount()
long getWriteRequestsCount()
long getCheckAndMutateChecksFailed()
long getCheckAndMutateChecksPassed()
long getStoreFileIndexSize()
long getTotalStaticIndexSize()
long getTotalStaticBloomSize()
long getNumMutationsWithoutWAL()
long getDataInMemoryWithoutWAL()
int getPercentFileLocal()
int getPercentFileLocalSecondaryRegions()
int getSplitQueueSize()
int getCompactionQueueSize()
int getSmallCompactionQueueSize()
int getLargeCompactionQueueSize()
int getFlushQueueSize()
long getBlockCacheFreeSize()
long getBlockCacheCount()
long getBlockCacheSize()
long getBlockCacheHitCount()
long getBlockCacheMissCount()
long getBlockCacheEvictedCount()
double getBlockCacheHitPercent()
int getBlockCacheHitCachingPercent()
void forceRecompute()
long getUpdatesBlockedTime()
long getFlushedCellsCount()
long getCompactedCellsCount()
long getMajorCompactedCellsCount()
long getFlushedCellsSize()
long getCompactedCellsSize()
long getMajorCompactedCellsSize()
long getBlockedRequestsCount()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.