org.apache.solr.handler.admin
Class SolrInfoMBeanHandler
java.lang.Object
org.apache.solr.handler.RequestHandlerBase
org.apache.solr.handler.admin.SolrInfoMBeanHandler
- All Implemented Interfaces:
- SolrInfoMBean, SolrRequestHandler
public class SolrInfoMBeanHandler
- extends RequestHandlerBase
A request handler that provides info about all
registered SolrInfoMBeans.
|
Method Summary |
org.apache.solr.common.util.NamedList |
diffNamedList(org.apache.solr.common.util.NamedList ref,
org.apache.solr.common.util.NamedList now)
|
Object |
diffObject(Object ref,
Object now)
|
String |
getDescription()
Simple one or two line description |
protected org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> |
getDiff(org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> ref,
org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> now,
boolean includeAll)
|
protected org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> |
getMBeanInfo(SolrQueryRequest req)
|
String |
getSource()
CVS Source, SVN Source, etc |
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
|
org.apache.solr.common.util.NamedList |
normalize(org.apache.solr.common.util.NamedList input)
The 'avgRequestsPerSecond' field will make everything look like it changed |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SolrInfoMBeanHandler
public SolrInfoMBeanHandler()
handleRequestBody
public void handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
throws Exception
- Specified by:
handleRequestBody in class RequestHandlerBase
- Throws:
Exception
getMBeanInfo
protected org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> getMBeanInfo(SolrQueryRequest req)
getDiff
protected org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> getDiff(org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> ref,
org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<org.apache.solr.common.util.NamedList<Object>>> now,
boolean includeAll)
diffNamedList
public org.apache.solr.common.util.NamedList diffNamedList(org.apache.solr.common.util.NamedList ref,
org.apache.solr.common.util.NamedList now)
diffObject
public Object diffObject(Object ref,
Object now)
normalize
public org.apache.solr.common.util.NamedList normalize(org.apache.solr.common.util.NamedList input)
- The 'avgRequestsPerSecond' field will make everything look like it changed
getDescription
public String getDescription()
- Description copied from interface:
SolrInfoMBean
- Simple one or two line description
- Specified by:
getDescription in interface SolrInfoMBean- Specified by:
getDescription in class RequestHandlerBase
getSource
public String getSource()
- Description copied from interface:
SolrInfoMBean
- CVS Source, SVN Source, etc
- Specified by:
getSource in interface SolrInfoMBean- Specified by:
getSource in class RequestHandlerBase
Copyright © 2000-2012 Apache Software Foundation. All Rights Reserved.