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

Packages that use SolrCache.State
org.apache.solr.search APIs and classes for parsing and processing search requests 
 

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

Methods in org.apache.solr.search that return SolrCache.State
 SolrCache.State SolrCache.getState()
          Returns the last State set on this instance
 SolrCache.State LFUCache.getState()
           
 SolrCache.State SolrCacheBase.getState()
           
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 are declared.
 

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



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