Uses of Class
org.apache.accumulo.core.spi.cache.CacheType
-
-
Uses of CacheType in org.apache.accumulo.core.file.blockfile.cache.impl
Methods in org.apache.accumulo.core.file.blockfile.cache.impl with parameters of type CacheType Modifier and Type Method Description longBlockCacheConfiguration. getMaxSize(CacheType type)Map<String,String>BlockCacheConfiguration. getProperties(String prefix, CacheType type) -
Uses of CacheType in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru with parameters of type CacheType Modifier and Type Method Description static LruBlockCacheConfiguration.BuilderLruBlockCacheConfiguration. builder(CacheType ct)protected BlockCacheLruBlockCacheManager. createCache(BlockCacheManager.Configuration conf, CacheType type)Constructors in org.apache.accumulo.core.file.blockfile.cache.lru with parameters of type CacheType Constructor Description LruBlockCacheConfiguration(BlockCacheManager.Configuration conf, CacheType type) -
Uses of CacheType in org.apache.accumulo.core.file.blockfile.cache.tinylfu
Methods in org.apache.accumulo.core.file.blockfile.cache.tinylfu with parameters of type CacheType 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 CacheType Constructor Description TinyLfuBlockCache(BlockCacheManager.Configuration conf, CacheType type) -
Uses of CacheType in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return CacheType Modifier and Type Method Description static CacheTypeCacheType. valueOf(String name)Returns the enum constant of this type with the specified name.static CacheType[]CacheType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.accumulo.core.spi.cache with parameters of type CacheType Modifier and Type Method Description protected abstract BlockCacheBlockCacheManager. createCache(BlockCacheManager.Configuration conf, CacheType type)Create a block cache using the supplied configurationBlockCacheBlockCacheManager. getBlockCache(CacheType type)Get the block cache of the given typestatic StringBlockCacheManager. getFullyQualifiedPropertyPrefix(String prefix, CacheType type)A convenience method that returns a string of the fromtserver.cache.config.<prefix>.<type>.this method is useful for configuring a cache manager.longBlockCacheManager.Configuration. getMaxSize(CacheType type)Before Accumulo's cache implementation was configurable, its built in caches had a configurable size.Map<String,String>BlockCacheManager.Configuration. getProperties(String prefix, CacheType type)This method provides a way for a cache implementation to access arbitrary configuration set by a user.
-