Uses of Class
org.apache.lucene.util.RamUsageEstimator

Packages that use RamUsageEstimator
org.apache.lucene.search Code to search indices. 
org.apache.lucene.util Some utility classes. 
 

Uses of RamUsageEstimator in org.apache.lucene.search
 

Methods in org.apache.lucene.search with parameters of type RamUsageEstimator
 void FieldCache.CacheEntry.estimateSize(RamUsageEstimator ramCalc)
          Computes (and stores) the estimated size of the cache Value
 

Uses of RamUsageEstimator in org.apache.lucene.util
 

Methods in org.apache.lucene.util with parameters of type RamUsageEstimator
 void FieldCacheSanityChecker.setRamUsageEstimator(RamUsageEstimator r)
          If set, will be used to estimate size for all CacheEntry objects dealt with.
 



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