Uses of Interface
org.apache.accumulo.core.spi.cache.BlockCache.Loader
Packages that use BlockCache.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.LoaderModifier and TypeMethodDescriptionBlockCache.Loader.getDependencies()The cache blocks that this loader depends on.Methods in org.apache.accumulo.core.spi.cache with parameters of type BlockCache.LoaderModifier and TypeMethodDescriptionBlockCache.getBlock(String blockName, BlockCache.Loader loader) This method allows a cache to prevent concurrent loads of the same block.