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