Uses of Interface
org.apache.accumulo.core.spi.cache.BlockCache.Stats
-
-
Uses of BlockCache.Stats in org.apache.accumulo.core.file.blockfile.cache.lru
Classes in org.apache.accumulo.core.file.blockfile.cache.lru that implement BlockCache.Stats Modifier and Type Class Description static classLruBlockCache.CacheStats -
Uses of BlockCache.Stats in org.apache.accumulo.core.file.blockfile.cache.tinylfu
Methods in org.apache.accumulo.core.file.blockfile.cache.tinylfu that return BlockCache.Stats Modifier and Type Method Description BlockCache.StatsTinyLfuBlockCache. getStats() -
Uses of BlockCache.Stats in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl that return BlockCache.Stats Modifier and Type Method Description BlockCache.StatsOpportunisticBlockCache. getStats() -
Uses of BlockCache.Stats in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return BlockCache.Stats Modifier and Type Method Description BlockCache.StatsBlockCache. getStats()Get the statistics of this cache.
-