Uses of Class
org.apache.solr.search.SolrCache.State
-
Packages that use SolrCache.State Package Description 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 Modifier and Type Method Description SolrCache.StateLFUCache. getState()Deprecated.SolrCache.StateSolrCache. getState()Returns the last State set on this instanceSolrCache.StateSolrCacheBase. getState()static SolrCache.StateSolrCache.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 Modifier and Type Method Description voidFastLRUCache. setState(SolrCache.State state)Deprecated.voidLFUCache. setState(SolrCache.State state)Deprecated.voidSolrCache. setState(SolrCache.State state)Set different cache states.voidSolrCacheBase. setState(SolrCache.State state)
-