@InterfaceAudience.Private public class BucketCacheStats extends CacheStats
Modifier and Type | Method and Description |
---|---|
long |
getIOHitsPerSecond() |
double |
getIOTimePerHit() |
void |
ioHit(long time) |
void |
reset() |
String |
toString() |
evict, evicted, evictedPerEviction, getAgeAtEvictionSnapshot, getEvictedCount, getEvictionCount, getHitCachingCount, getHitCachingRatio, getHitCachingRatioPastNPeriods, getHitCount, getHitRatio, getHitRatioPastNPeriods, getMissCachingCount, getMissCachingRatio, getMissCount, getMissRatio, getRequestCachingCount, getRequestCount, getSumHitCachingCountsPastNPeriods, getSumHitCountsPastNPeriods, getSumRequestCachingCountsPastNPeriods, getSumRequestCountsPastNPeriods, hit, miss, rollMetricsPeriod
public String toString()
toString
in class CacheStats
public void ioHit(long time)
public long getIOHitsPerSecond()
public double getIOTimePerHit()
public void reset()
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.