Uses of Interface
org.apache.blur.store.blockcache_v2.CacheValue

Packages that use CacheValue
org.apache.blur.store.blockcache_v2   
org.apache.blur.store.blockcache_v2.cachevalue   
 

Uses of CacheValue in org.apache.blur.store.blockcache_v2
 

Methods in org.apache.blur.store.blockcache_v2 that return CacheValue
 CacheValue CacheValue.detachFromCache()
          Detach from the base cache.
abstract  CacheValue Cache.get(CacheKey key)
          Gets the cache value for the given key.
 CacheValue BaseCache.get(CacheKey key)
           
 CacheValue CacheValueBufferPool.getCacheValue(int cacheBlockSize)
           
abstract  CacheValue Cache.getQuietly(CacheKey key)
          Gets the cache value for the given key.
 CacheValue BaseCache.getQuietly(CacheKey key)
           
 CacheValue Cache.newInstance(CacheDirectory directory, String fileName)
          Creates a new instance of CacheValue, the cache capacity should be used for the given file.
abstract  CacheValue Cache.newInstance(CacheDirectory directory, String fileName, int cacheBlockSize)
          Creates a new instance of CacheValue, the cache capacity should be used for the given file.
 CacheValue BaseCache.newInstance(CacheDirectory directory, String fileName, int cacheBlockSize)
           
 CacheValue CacheValue.trim(int length)
          This method may trim the existing CacheValue and produce potentially a new CacheValue with the same data up to the length provided.
 

Methods in org.apache.blur.store.blockcache_v2 with parameters of type CacheValue
abstract  void Cache.put(CacheKey key, CacheValue value)
          Puts the cache entry into the cache.
 void BaseCache.put(CacheKey key, CacheValue value)
           
 void CacheValueBufferPool.returnToPool(CacheValue cacheValue)
           
 

Uses of CacheValue in org.apache.blur.store.blockcache_v2.cachevalue
 

Classes in org.apache.blur.store.blockcache_v2.cachevalue that implement CacheValue
 class BaseCacheValue
           
 class ByteArrayCacheValue
           
 class DetachableCacheValue
           
 class UnsafeCacheValue
           
 

Methods in org.apache.blur.store.blockcache_v2.cachevalue that return CacheValue
 CacheValue DetachableCacheValue.detachFromCache()
           
 CacheValue BaseCacheValue.detachFromCache()
           
 CacheValue DetachableCacheValue.trim(int length)
           
 CacheValue ByteArrayCacheValue.trim(int length)
           
 CacheValue BaseCacheValue.trim(int length)
           
 

Constructors in org.apache.blur.store.blockcache_v2.cachevalue with parameters of type CacheValue
DetachableCacheValue(CacheValue cacheValue)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.