public class SolrInfoMBeanWrapper extends Object implements SolrInfoMBean
SolrInfoMBean.SolrInfoMBean.Category| Constructor and Description |
|---|
SolrInfoMBeanWrapper(SolrInfoMBean mbean) |
| Modifier and Type | Method and Description |
|---|---|
SolrInfoMBean.Category |
getCategory()
Purpose of this Class
|
String |
getDescription()
Simple one or two line description
|
URL[] |
getDocs()
Documentation URL list.
|
String |
getName()
Simple common usage name, e.g.
|
String |
getSource()
CVS Source, SVN Source, etc
|
NamedList |
getStatistics()
Any statistics this instance would like to be publicly available via
the Solr Administration interface.
|
String |
getVersion()
Simple common usage version, e.g.
|
public SolrInfoMBeanWrapper(SolrInfoMBean mbean)
public String getName()
getName in interface SolrInfoMBeanpublic String getVersion()
getVersion in interface SolrInfoMBeanpublic String getDescription()
getDescription in interface SolrInfoMBeanpublic SolrInfoMBean.Category getCategory()
getCategory in interface SolrInfoMBeanpublic String getSource()
getSource in interface SolrInfoMBeanpublic URL[] getDocs()
Suggested documentation URLs: Homepage for sponsoring project, FAQ on class usage, Design doc for class, Wiki, bug reporting URL, etc...
getDocs in interface SolrInfoMBeanpublic NamedList getStatistics()
Any Object type may be stored in the list, but only the
toString() representation will be used.
getStatistics in interface SolrInfoMBeanCopyright © 2000-2016 Apache Software Foundation. All Rights Reserved.