Uses of Class
org.apache.blur.store.blockcache_v2.Cache

Packages that use Cache
org.apache.blur.store.blockcache_v2   
 

Uses of Cache in org.apache.blur.store.blockcache_v2
 

Subclasses of Cache in org.apache.blur.store.blockcache_v2
 class BaseCache
           
 

Constructors in org.apache.blur.store.blockcache_v2 with parameters of type Cache
CacheDirectory(String table, String shard, org.apache.lucene.store.Directory directory, Cache cache, Set<String> tableBlockCacheFileTypes)
           
CacheIndexInput(CacheDirectory directory, String fileName, org.apache.lucene.store.IndexInput indexInput, Cache cache)
           
CacheIndexOutput(CacheDirectory directory, String fileName, org.apache.lucene.store.IndexOutput indexOutput, Cache cache)
           
 



Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.