public class CacheHitRatioMonitor extends Object implements CacheHitRatioMonitorMXBean, IService
| 构造器和说明 |
|---|
CacheHitRatioMonitor() |
| 限定符和类型 | 方法和说明 |
|---|---|
int |
flushingMemTableNum() |
double |
getBloomFilterCacheAverageLoadPenalty() |
long |
getBloomFilterCacheAverageSize() |
long |
getBloomFilterCacheEvictionCount() |
long |
getBloomFilterCacheMaxMemory() |
double |
getBloomFilterHitRatio() |
double |
getChunkCacheAverageLoadPenalty() |
long |
getChunkCacheAverageSize() |
long |
getChunkCacheMaxMemory() |
long |
getChunkEvictionCount() |
double |
getChunkHitRatio() |
double |
getFlushThershold() |
ServiceType |
getID()
Get the name of the the service.
|
static CacheHitRatioMonitor |
getInstance() |
double |
getRejectThershold() |
double |
getTimeSeriesCacheAverageLoadPenalty() |
long |
getTimeSeriesMetaDataCacheAverageSize() |
long |
getTimeSeriesMetadataCacheEvictionCount() |
long |
getTimeSeriesMetadataCacheMaxMemory() |
double |
getTimeSeriesMetadataHitRatio() |
long |
getTotalMemTableSize() |
void |
start()
Start current service.
|
void |
stop()
Stop current service.
|
int |
totalMemTableNum() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitshutdown, waitAndStoppublic void start()
throws StartupException
IServicestart 在接口中 IServiceStartupExceptionpublic void stop()
IServicepublic ServiceType getID()
IServicepublic double getChunkHitRatio()
getChunkHitRatio 在接口中 CacheHitRatioMonitorMXBeanpublic long getChunkEvictionCount()
public long getChunkCacheMaxMemory()
public double getChunkCacheAverageLoadPenalty()
public long getChunkCacheAverageSize()
public double getTimeSeriesMetadataHitRatio()
public long getTimeSeriesMetadataCacheEvictionCount()
public long getTimeSeriesMetadataCacheMaxMemory()
public double getTimeSeriesCacheAverageLoadPenalty()
public long getTimeSeriesMetaDataCacheAverageSize()
public double getBloomFilterHitRatio()
public long getBloomFilterCacheEvictionCount()
public long getBloomFilterCacheMaxMemory()
public double getBloomFilterCacheAverageLoadPenalty()
public long getBloomFilterCacheAverageSize()
public static CacheHitRatioMonitor getInstance()
public long getTotalMemTableSize()
public double getFlushThershold()
getFlushThershold 在接口中 CacheHitRatioMonitorMXBeanpublic double getRejectThershold()
getRejectThershold 在接口中 CacheHitRatioMonitorMXBeanpublic int flushingMemTableNum()
public int totalMemTableNum()
totalMemTableNum 在接口中 CacheHitRatioMonitorMXBeanCopyright © 2022 The Apache Software Foundation. All rights reserved.