org.apache.solr.search
Class SolrCacheBase.AutoWarmCountRef

java.lang.Object
  extended by 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
SolrCacheBase.AutoWarmCountRef(String configValue)
           
 
Method Summary
 int getWarmCount(int previousCacheSize)
           
 boolean isAutoWarmingOn()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SolrCacheBase.AutoWarmCountRef

public SolrCacheBase.AutoWarmCountRef(String configValue)
Method Detail

toString

public String toString()
Overrides:
toString in class Object

isAutoWarmingOn

public boolean isAutoWarmingOn()

getWarmCount

public int getWarmCount(int previousCacheSize)


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