Uses of Class
org.apache.solr.blockcache.BlockCacheKey
Packages that use BlockCacheKey
Package
Description
A generic Directory layer/wrapper that caches data, on or off heap as desired.
-
Uses of BlockCacheKey in org.apache.solr.blockcache
Methods in org.apache.solr.blockcache that return BlockCacheKeyMethods in org.apache.solr.blockcache with parameters of type BlockCacheKeyModifier and TypeMethodDescriptionbooleanBlockCache.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...