Uses of Interface
org.apache.accumulo.core.spi.cache.CacheEntry
Packages that use CacheEntry
-
Uses of CacheEntry in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return CacheEntryModifier and TypeMethodDescriptionBlockCache.cacheBlock(String blockName, byte[] buf) Add block to cache.Fetch block from cache.BlockCache.getBlock(String blockName, BlockCache.Loader loader) This method allows a cache to prevent concurrent loads of the same block.