Uses of Interface
org.apache.accumulo.core.spi.cache.BlockCacheManager.Configuration
-
-
Uses of BlockCacheManager.Configuration in org.apache.accumulo.core.file.blockfile.cache.impl
Classes in org.apache.accumulo.core.file.blockfile.cache.impl that implement BlockCacheManager.Configuration Modifier and Type Class Description classBlockCacheConfiguration -
Uses of BlockCacheManager.Configuration in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru with parameters of type BlockCacheManager.Configuration Modifier and Type Method Description protected BlockCacheLruBlockCacheManager. createCache(BlockCacheManager.Configuration conf, CacheType type)Constructors in org.apache.accumulo.core.file.blockfile.cache.lru with parameters of type BlockCacheManager.Configuration Constructor Description LruBlockCacheConfiguration(BlockCacheManager.Configuration conf, CacheType type) -
Uses of BlockCacheManager.Configuration in org.apache.accumulo.core.file.blockfile.cache.tinylfu
Methods in org.apache.accumulo.core.file.blockfile.cache.tinylfu with parameters of type BlockCacheManager.Configuration Modifier and Type Method Description protected TinyLfuBlockCacheTinyLfuBlockCacheManager. createCache(BlockCacheManager.Configuration conf, CacheType type)Constructors in org.apache.accumulo.core.file.blockfile.cache.tinylfu with parameters of type BlockCacheManager.Configuration Constructor Description TinyLfuBlockCache(BlockCacheManager.Configuration conf, CacheType type) -
Uses of BlockCacheManager.Configuration in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache with parameters of type BlockCacheManager.Configuration Modifier and Type Method Description protected abstract BlockCacheBlockCacheManager. createCache(BlockCacheManager.Configuration conf, CacheType type)Create a block cache using the supplied configurationvoidBlockCacheManager. start(BlockCacheManager.Configuration conf)Initialize the caches for each CacheType based on the configuration
-