Uses of Interface
org.elasticsearch.index.cache.bloom.BloomCache

Packages that use BloomCache
org.apache.lucene.index   
org.elasticsearch.index.cache   
org.elasticsearch.index.cache.bloom.none   
org.elasticsearch.index.cache.bloom.simple   
org.elasticsearch.index.engine.robin   
org.elasticsearch.index.search   
 

Uses of BloomCache in org.apache.lucene.index
 

Methods in org.apache.lucene.index with parameters of type BloomCache
 void XIndexWriter.XBufferedDeletesStream.setBloomCache(BloomCache bloomCache)
           
 

Constructors in org.apache.lucene.index with parameters of type BloomCache
XIndexWriter(org.apache.lucene.store.Directory d, org.apache.lucene.index.IndexWriterConfig conf, ESLogger logger, BloomCache bloomCache)
           
 

Uses of BloomCache in org.elasticsearch.index.cache
 

Methods in org.elasticsearch.index.cache that return BloomCache
 BloomCache IndexCache.bloomCache()
           
 

Constructors in org.elasticsearch.index.cache with parameters of type BloomCache
IndexCache(Index index, Settings indexSettings, FilterCache filterCache, FieldDataCache fieldDataCache, QueryParserCache queryParserCache, IdCache idCache, BloomCache bloomCache)
           
 

Uses of BloomCache in org.elasticsearch.index.cache.bloom.none
 

Classes in org.elasticsearch.index.cache.bloom.none that implement BloomCache
 class NoneBloomCache
           
 

Uses of BloomCache in org.elasticsearch.index.cache.bloom.simple
 

Classes in org.elasticsearch.index.cache.bloom.simple that implement BloomCache
 class SimpleBloomCache
           
 

Uses of BloomCache in org.elasticsearch.index.engine.robin
 

Constructors in org.elasticsearch.index.engine.robin with parameters of type BloomCache
RobinEngine(ShardId shardId, Settings indexSettings, ThreadPool threadPool, IndexSettingsService indexSettingsService, ShardIndexingService indexingService, IndicesWarmer warmer, Store store, SnapshotDeletionPolicy deletionPolicy, Translog translog, MergePolicyProvider mergePolicyProvider, MergeSchedulerProvider mergeScheduler, AnalysisService analysisService, SimilarityService similarityService, BloomCache bloomCache)
           
 

Uses of BloomCache in org.elasticsearch.index.search
 

Constructors in org.elasticsearch.index.search with parameters of type BloomCache
UidFilter(Collection<String> types, List<String> ids, BloomCache bloomCache)
           
 



Copyright © 2009-2012. All Rights Reserved.