Uses of Interface
org.apache.solr.store.blockcache.Cache

Packages that use Cache
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
 class BlockDirectoryCache
           
 

Fields in org.apache.solr.store.blockcache declared as Cache
static Cache BlockDirectory.NO_CACHE
           
 

Constructors in org.apache.solr.store.blockcache with parameters of type Cache
BlockDirectory(String dirName, Directory directory, Cache cache, Set<String> blockCacheFileTypes, boolean blockCacheReadEnabled, boolean blockCacheWriteEnabled)
           
CachedIndexOutput(BlockDirectory directory, IndexOutput dest, int blockSize, String name, Cache cache, int bufferSize)
           
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.