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

Packages that use BlockCacheKey
org.apache.solr.store.blockcache An HDFS blockcache implementation. 
 

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

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

Methods in org.apache.solr.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 © 2000-2013 Apache Software Foundation. All Rights Reserved.