Uses of Interface
org.apache.accumulo.core.spi.cache.BlockCache.Stats
-
Packages that use BlockCache.Stats Package Description org.apache.accumulo.core.file.blockfile.cache.lru org.apache.accumulo.core.file.blockfile.cache.tinylfu org.apache.accumulo.core.spi.cache -
-
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.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.
-