Uses of Class
org.apache.solr.store.blockcache.BlockCache
-
Packages that use BlockCache Package Description org.apache.solr.store.blockcache An HDFS blockcache implementation. -
-
Uses of BlockCache in org.apache.solr.store.blockcache
Methods in org.apache.solr.store.blockcache that return BlockCache Modifier and Type Method Description BlockCacheBlockDirectoryCache. getBlockCache()Expert: mostly for testsConstructors in org.apache.solr.store.blockcache with parameters of type BlockCache Constructor Description BlockDirectoryCache(BlockCache blockCache, String path, Metrics metrics)BlockDirectoryCache(BlockCache blockCache, String path, Metrics metrics, boolean releaseBlocks)
-