Uses of Interface
org.apache.solr.store.blockcache.Cache
-
Packages that use Cache Package Description org.apache.solr.store.blockcache An HDFS blockcache implementation. -
-
Uses of Cache in org.apache.solr.store.blockcache
Classes in org.apache.solr.store.blockcache that implement Cache Modifier and Type Class Description classBlockDirectoryCacheFields in org.apache.solr.store.blockcache declared as Cache Modifier and Type Field Description static CacheBlockDirectory. NO_CACHEMethods in org.apache.solr.store.blockcache that return Cache Modifier and Type Method Description CacheBlockDirectory. getCache()Expert: mostly for testsConstructors in org.apache.solr.store.blockcache with parameters of type Cache Constructor Description BlockDirectory(String dirName, org.apache.lucene.store.Directory directory, Cache cache, Set<String> blockCacheFileTypes, boolean blockCacheReadEnabled, boolean blockCacheWriteEnabled)BlockDirectory(String dirName, org.apache.lucene.store.Directory directory, Cache cache, Set<String> blockCacheFileTypes, boolean blockCacheReadEnabled, boolean blockCacheWriteEnabled, boolean cacheMerges, boolean cacheReadOnce)CachedIndexOutput(BlockDirectory directory, org.apache.lucene.store.IndexOutput dest, int blockSize, String name, Cache cache, int bufferSize)
-