Uses of Class
org.apache.blur.store.blockcache.BlockCacheKey

Packages that use BlockCacheKey
org.apache.blur.store.blockcache   
 

Uses of BlockCacheKey in org.apache.blur.store.blockcache
 

Methods in org.apache.blur.store.blockcache that return BlockCacheKey
 BlockCacheKey BlockCacheKey.clone()
           
 

Methods in org.apache.blur.store.blockcache with parameters of type BlockCacheKey
 boolean BlockCache.fetch(BlockCacheKey blockCacheKey, byte[] buffer)
           
 boolean BlockCache.fetch(BlockCacheKey blockCacheKey, byte[] buffer, int blockOffset, int off, int length)
           
 boolean BlockCache.store(BlockCacheKey blockCacheKey, int blockOffset, byte[] data, int offset, int length)
           
 



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