org.elasticsearch.index.cache.bloom.none
Class NonBloomCache

java.lang.Object
  extended by org.elasticsearch.index.AbstractIndexComponent
      extended by org.elasticsearch.index.cache.bloom.none.NonBloomCache
All Implemented Interfaces:
CloseableComponent, BloomCache, IndexComponent

public class NonBloomCache
extends AbstractIndexComponent
implements BloomCache


Field Summary
 
Fields inherited from class org.elasticsearch.index.AbstractIndexComponent
componentSettings, index, indexSettings, logger
 
Constructor Summary
NonBloomCache(Index index)
           
NonBloomCache(Index index, Settings indexSettings)
           
 
Method Summary
 void clear()
           
 void clear(org.apache.lucene.index.IndexReader reader)
           
 void clearUnreferenced()
           
 void close()
           
 BloomFilter filter(org.apache.lucene.index.IndexReader reader, java.lang.String fieldName, boolean asyncLoad)
          *Async* loads a bloom filter for the field name.
 long sizeInBytes()
           
 long sizeInBytes(java.lang.String fieldName)
           
 
Methods inherited from class org.elasticsearch.index.AbstractIndexComponent
index, nodeName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.elasticsearch.index.IndexComponent
index
 

Constructor Detail

NonBloomCache

public NonBloomCache(Index index)

NonBloomCache

@Inject
public NonBloomCache(Index index,
                            @IndexSettings
                            Settings indexSettings)
Method Detail

filter

public BloomFilter filter(org.apache.lucene.index.IndexReader reader,
                          java.lang.String fieldName,
                          boolean asyncLoad)
Description copied from interface: BloomCache
*Async* loads a bloom filter for the field name. Note, this one only supports for fields that have a single term per doc.

Specified by:
filter in interface BloomCache

clear

public void clear()
Specified by:
clear in interface BloomCache

clear

public void clear(org.apache.lucene.index.IndexReader reader)
Specified by:
clear in interface BloomCache

clearUnreferenced

public void clearUnreferenced()
Specified by:
clearUnreferenced in interface BloomCache

sizeInBytes

public long sizeInBytes()
Specified by:
sizeInBytes in interface BloomCache

sizeInBytes

public long sizeInBytes(java.lang.String fieldName)
Specified by:
sizeInBytes in interface BloomCache

close

public void close()
           throws ElasticSearchException
Specified by:
close in interface CloseableComponent
Throws:
ElasticSearchException