Uses of Class
org.apache.solr.util.RefCounted

Packages that use RefCounted
org.apache.solr.core   
org.apache.solr.request   
org.apache.solr.util   
 

Uses of RefCounted in org.apache.solr.core
 

Methods in org.apache.solr.core that return RefCounted
 RefCounted<SolrIndexSearcher> SolrCore.getNewestSearcher(boolean openNew)
          Return the newest RefCounted<SolrIndexSearcher> with the reference count incremented.
 RefCounted<SolrIndexSearcher> SolrCore.getSearcher()
          Return a registered RefCounted<SolrIndexSearcher> with the reference count incremented.
 RefCounted<SolrIndexSearcher> SolrCore.getSearcher(boolean forceNew, boolean returnSearcher, Future[] waitSearcher)
          Get a SolrIndexSearcher or start the process of creating a new one.
 

Uses of RefCounted in org.apache.solr.request
 

Fields in org.apache.solr.request declared as RefCounted
protected  RefCounted<SolrIndexSearcher> SolrQueryRequestBase.searcherHolder
           
 

Uses of RefCounted in org.apache.solr.util
 

Methods in org.apache.solr.util that return RefCounted
 RefCounted<Type> RefCounted.incref()
           
 



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