Uses of Class
org.apache.solr.search.SolrCache.State

Packages that use SolrCache.State
org.apache.solr.search   
 

Uses of SolrCache.State in org.apache.solr.search
 

Methods in org.apache.solr.search that return SolrCache.State
 SolrCache.State LRUCache.getState()
           
 SolrCache.State SolrCache.getState()
          Returns the last State set on this instance
static SolrCache.State SolrCache.State.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static SolrCache.State[] SolrCache.State.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.apache.solr.search with parameters of type SolrCache.State
 void LRUCache.setState(SolrCache.State state)
           
 void SolrCache.setState(SolrCache.State state)
          Set different cache states.
 



Copyright © 2006 - 2009 The Apache Software Foundation