Uses of Interface
org.apache.accumulo.core.spi.cache.CacheEntry
-
-
Uses of CacheEntry in org.apache.accumulo.core.file.blockfile.cache.lru
Methods in org.apache.accumulo.core.file.blockfile.cache.lru that return CacheEntry Modifier and Type Method Description CacheEntryLruBlockCache. cacheBlock(String blockName, byte[] buf)Cache the block with the specified name and buffer.CacheEntryLruBlockCache. cacheBlock(String blockName, byte[] buf, boolean inMemory)Cache the block with the specified name and buffer.CacheEntryLruBlockCache. getBlock(String blockName)Get the buffer of the block with the specified name.CacheEntrySynchronousLoadingBlockCache. getBlock(String blockName, BlockCache.Loader loader)protected CacheEntryLruBlockCache. getBlockNoStats(String blockName)protected abstract CacheEntrySynchronousLoadingBlockCache. getBlockNoStats(String blockName)Get a block from the cache without changing any stats the cache is keeping. -
Uses of CacheEntry in org.apache.accumulo.core.file.blockfile.cache.tinylfu
Methods in org.apache.accumulo.core.file.blockfile.cache.tinylfu that return CacheEntry Modifier and Type Method Description CacheEntryTinyLfuBlockCache. cacheBlock(String blockName, byte[] buffer)CacheEntryTinyLfuBlockCache. getBlock(String blockName)CacheEntryTinyLfuBlockCache. getBlock(String blockName, BlockCache.Loader loader) -
Uses of CacheEntry in org.apache.accumulo.core.file.blockfile.impl
Methods in org.apache.accumulo.core.file.blockfile.impl that return CacheEntry Modifier and Type Method Description CacheEntryOpportunisticBlockCache. cacheBlock(String blockName, byte[] buf)CacheEntryOpportunisticBlockCache. getBlock(String blockName)CacheEntryOpportunisticBlockCache. getBlock(String blockName, BlockCache.Loader loader)Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type CacheEntry Constructor Description CachedBlockRead(CacheEntry cb, byte[] buf) -
Uses of CacheEntry in org.apache.accumulo.core.spi.cache
Methods in org.apache.accumulo.core.spi.cache that return CacheEntry Modifier and Type Method Description CacheEntryBlockCache. cacheBlock(String blockName, byte[] buf)Add block to cache.CacheEntryBlockCache. getBlock(String blockName)Fetch block from cache.CacheEntryBlockCache. getBlock(String blockName, BlockCache.Loader loader)This method allows a cache to prevent concurrent loads of the same block.
-