Uses of Class
org.apache.solr.store.blockcache.BlockCacheKey
-
Packages that use BlockCacheKey Package Description 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 Modifier and Type Method Description BlockCacheKeyBlockCacheKey. clone()Methods in org.apache.solr.store.blockcache with parameters of type BlockCacheKey Modifier and Type Method Description booleanBlockCache. fetch(BlockCacheKey blockCacheKey, byte[] buffer)booleanBlockCache. fetch(BlockCacheKey blockCacheKey, byte[] buffer, int blockOffset, int off, int length)voidBlockCache.OnRelease. release(BlockCacheKey blockCacheKey)voidBlockCache. release(BlockCacheKey key)booleanBlockCache. store(BlockCacheKey blockCacheKey, int blockOffset, byte[] data, int offset, int length)This is only best-effort...
-