Uses of Interface
org.apache.solr.core.SolrEventListener

Packages that use SolrEventListener
org.apache.solr.core   
org.apache.solr.update   
 

Uses of SolrEventListener in org.apache.solr.core
 

Classes in org.apache.solr.core that implement SolrEventListener
 class AbstractSolrEventListener
           
 class QuerySenderListener
           
 

Methods in org.apache.solr.core that return SolrEventListener
 SolrEventListener SolrCore.createEventListener(String className)
           
 

Methods in org.apache.solr.core with parameters of type SolrEventListener
 void SolrCore.registerFirstSearcherListener(SolrEventListener listener)
          NOTE: this function is not thread safe.
 void SolrCore.registerNewSearcherListener(SolrEventListener listener)
          NOTE: this function is not thread safe.
 

Uses of SolrEventListener in org.apache.solr.update
 

Fields in org.apache.solr.update with type parameters of type SolrEventListener
protected  Vector<SolrEventListener> UpdateHandler.commitCallbacks
           
protected  Vector<SolrEventListener> UpdateHandler.optimizeCallbacks
           
protected  Vector<SolrEventListener> UpdateHandler.softCommitCallbacks
           
 

Methods in org.apache.solr.update with parameters of type SolrEventListener
 void UpdateHandler.registerCommitCallback(SolrEventListener listener)
          NOTE: this function is not thread safe.
 void UpdateHandler.registerOptimizeCallback(SolrEventListener listener)
          NOTE: this function is not thread safe.
 void UpdateHandler.registerSoftCommitCallback(SolrEventListener listener)
          NOTE: this function is not thread safe.
 



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