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 Details

    • AutoWarmCountRef

      public AutoWarmCountRef(String configValue)
  • Method Details

    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isAutoWarmingOn

      public boolean isAutoWarmingOn()
    • getWarmCount

      public int getWarmCount(int previousCacheSize)