public static class CombinedBlockCache.CombinedCacheStats extends CacheStats
evict, evicted, evictedPerEviction, failInsert, getAgeAtEvictionSnapshot, getHitCachingRatio, getHitCachingRatioPastNPeriods, getHitRatio, getHitRatioPastNPeriods, getMissCachingRatio, getMissRatio, hit, miss, toString
public CacheStats getLruCacheStats()
public CacheStats getBucketCacheStats()
public long getDataMissCount()
getDataMissCount
在类中 CacheStats
public long getLeafIndexMissCount()
getLeafIndexMissCount
在类中 CacheStats
public long getBloomChunkMissCount()
getBloomChunkMissCount
在类中 CacheStats
public long getMetaMissCount()
getMetaMissCount
在类中 CacheStats
public long getRootIndexMissCount()
getRootIndexMissCount
在类中 CacheStats
public long getIntermediateIndexMissCount()
public long getFileInfoMissCount()
getFileInfoMissCount
在类中 CacheStats
public long getGeneralBloomMetaMissCount()
public long getDeleteFamilyBloomMissCount()
public long getTrailerMissCount()
getTrailerMissCount
在类中 CacheStats
public long getDataHitCount()
getDataHitCount
在类中 CacheStats
public long getLeafIndexHitCount()
getLeafIndexHitCount
在类中 CacheStats
public long getBloomChunkHitCount()
getBloomChunkHitCount
在类中 CacheStats
public long getMetaHitCount()
getMetaHitCount
在类中 CacheStats
public long getRootIndexHitCount()
getRootIndexHitCount
在类中 CacheStats
public long getIntermediateIndexHitCount()
public long getFileInfoHitCount()
getFileInfoHitCount
在类中 CacheStats
public long getGeneralBloomMetaHitCount()
public long getDeleteFamilyBloomHitCount()
public long getTrailerHitCount()
getTrailerHitCount
在类中 CacheStats
public long getRequestCount()
getRequestCount
在类中 CacheStats
public long getRequestCachingCount()
getRequestCachingCount
在类中 CacheStats
public long getMissCount()
getMissCount
在类中 CacheStats
public long getPrimaryMissCount()
getPrimaryMissCount
在类中 CacheStats
public long getMissCachingCount()
getMissCachingCount
在类中 CacheStats
public long getHitCount()
getHitCount
在类中 CacheStats
public long getPrimaryHitCount()
getPrimaryHitCount
在类中 CacheStats
public long getHitCachingCount()
getHitCachingCount
在类中 CacheStats
public long getEvictionCount()
getEvictionCount
在类中 CacheStats
public long getEvictedCount()
getEvictedCount
在类中 CacheStats
public long getPrimaryEvictedCount()
getPrimaryEvictedCount
在类中 CacheStats
public void rollMetricsPeriod()
rollMetricsPeriod
在类中 CacheStats
public long getFailedInserts()
getFailedInserts
在类中 CacheStats
public long getSumHitCountsPastNPeriods()
public long getSumRequestCountsPastNPeriods()
public long getSumHitCachingCountsPastNPeriods()
public long getSumRequestCachingCountsPastNPeriods()
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.