org.apache.solr.core
Class SolrInfoRegistry

java.lang.Object
  extended by org.apache.solr.core.SolrInfoRegistry

Deprecated. Solr now supports multiple cores and no longer uses a static singleton for SolrCore.

@Deprecated
public class SolrInfoRegistry
extends Object

Version:
$Id: SolrInfoRegistry.java 631124 2008-02-26 08:19:26Z hossman $

Constructor Summary
SolrInfoRegistry()
          Deprecated.  
 
Method Summary
static Map<String,SolrInfoMBean> getRegistry()
          Deprecated. 
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SolrInfoRegistry

public SolrInfoRegistry()
Deprecated. 
Method Detail

getRegistry

@Deprecated
public static Map<String,SolrInfoMBean> getRegistry()
Deprecated.