Uses of Interface
org.apache.accumulo.core.file.blockfile.cache.CacheEntry

Packages that use CacheEntry
org.apache.accumulo.core.file.blockfile.cache   
org.apache.accumulo.core.file.blockfile.impl   
 

Uses of CacheEntry in org.apache.accumulo.core.file.blockfile.cache
 

Classes in org.apache.accumulo.core.file.blockfile.cache that implement CacheEntry
 class CachedBlock
          Represents an entry in the LruBlockCache.
 

Methods in org.apache.accumulo.core.file.blockfile.cache that return CacheEntry
 CacheEntry LruBlockCache.cacheBlock(String blockName, byte[] buf)
          Cache the block with the specified name and buffer.
 CacheEntry BlockCache.cacheBlock(String blockName, byte[] buf)
          Add block to cache (defaults to not in-memory).
 CacheEntry LruBlockCache.cacheBlock(String blockName, byte[] buf, boolean inMemory)
          Cache the block with the specified name and buffer.
 CacheEntry BlockCache.cacheBlock(String blockName, byte[] buf, boolean inMemory)
          Add block to cache.
 CacheEntry BlockCache.getBlock(String blockName)
          Fetch block from cache.
 

Uses of CacheEntry in org.apache.accumulo.core.file.blockfile.impl
 

Constructors in org.apache.accumulo.core.file.blockfile.impl with parameters of type CacheEntry
CachableBlockFile.CachedBlockRead(CacheEntry cb, byte[] buf)
           
 



Copyright © 2015 Apache Accumulo Project. All rights reserved.