Uses of Interface
org.apache.accumulo.core.spi.cache.BlockCache.Loader
-
-
Uses of BlockCache.Loader in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru with parameters of type BlockCache.Loader Modifier and Type Method Description CacheEntrySynchronousLoadingBlockCache. getBlock(String blockName, BlockCache.Loader loader) -
Uses of BlockCache.Loader in org.apache.accumulo.core.file.blockfile.cache.tinylfu
Methods in org.apache.accumulo.core.file.blockfile.cache.tinylfu with parameters of type BlockCache.Loader Modifier and Type Method Description CacheEntryTinyLfuBlockCache. getBlock(String blockName, BlockCache.Loader loader) -
Uses of BlockCache.Loader in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl with parameters of type BlockCache.Loader Modifier and Type Method Description CacheEntryOpportunisticBlockCache. getBlock(String blockName, BlockCache.Loader loader) -
Uses of BlockCache.Loader in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return types with arguments of type BlockCache.Loader Modifier and Type Method Description Map<String,BlockCache.Loader>BlockCache.Loader. getDependencies()The cache blocks that this loader depends on.Methods in org.apache.accumulo.core.spi.cache with parameters of type BlockCache.Loader Modifier and Type Method Description CacheEntryBlockCache. getBlock(String blockName, BlockCache.Loader loader)This method allows a cache to prevent concurrent loads of the same block.
-