Package org.apache.solr.search
Class SolrCacheBase.AutoWarmCountRef
- java.lang.Object
-
- org.apache.solr.search.SolrCacheBase.AutoWarmCountRef
-
- Enclosing class:
- SolrCacheBase
public static class SolrCacheBase.AutoWarmCountRef extends Object
Decides how many things to autowarm based on the size of another cache
-
-
Constructor Summary
Constructors Constructor Description AutoWarmCountRef(String configValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getWarmCount(int previousCacheSize)
boolean
isAutoWarmingOn()
String
toString()
-