Uses of Interface
org.elasticsearch.common.bloom.BloomFilter

Packages that use BloomFilter
org.elasticsearch.common.bloom   
org.elasticsearch.index.cache.bloom   
org.elasticsearch.index.cache.bloom.none   
org.elasticsearch.index.cache.bloom.simple   
 

Uses of BloomFilter in org.elasticsearch.common.bloom
 

Classes in org.elasticsearch.common.bloom that implement BloomFilter
 class ObsBloomFilter
           
 

Fields in org.elasticsearch.common.bloom declared as BloomFilter
static BloomFilter BloomFilter.EMPTY
           
static BloomFilter BloomFilter.NONE
           
 

Methods in org.elasticsearch.common.bloom that return BloomFilter
static BloomFilter BloomFilterFactory.getFilter(long numElements, double maxFalsePosProbability)
           
static BloomFilter BloomFilterFactory.getFilter(long numElements, int targetBucketsPerElem)
           
 

Uses of BloomFilter in org.elasticsearch.index.cache.bloom
 

Methods in org.elasticsearch.index.cache.bloom that return BloomFilter
 BloomFilter BloomCache.filter(org.apache.lucene.index.IndexReader reader, String fieldName, boolean asyncLoad)
          *Async* loads a bloom filter for the field name.
 

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

Methods in org.elasticsearch.index.cache.bloom.none that return BloomFilter
 BloomFilter NoneBloomCache.filter(org.apache.lucene.index.IndexReader reader, String fieldName, boolean asyncLoad)
           
 

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

Methods in org.elasticsearch.index.cache.bloom.simple that return BloomFilter
 BloomFilter SimpleBloomCache.filter(org.apache.lucene.index.IndexReader reader, String fieldName, boolean asyncLoad)
           
 



Copyright © 2009-2012. All Rights Reserved.