public class SolrInfoMBeanHandler extends RequestHandlerBase
SolrInfoMBean.Category
appends, defaults, httpCaching, initArgs, invariants
Constructor and Description |
---|
SolrInfoMBeanHandler() |
Modifier and Type | Method and Description |
---|---|
NamedList |
diffNamedList(NamedList ref,
NamedList now) |
Object |
diffObject(Object ref,
Object now) |
String |
getDescription()
Simple one or two line description
|
protected NamedList<NamedList<NamedList<Object>>> |
getDiff(NamedList<NamedList<NamedList<Object>>> ref,
NamedList<NamedList<NamedList<Object>>> now,
boolean includeAll) |
protected NamedList<NamedList<NamedList<Object>>> |
getMBeanInfo(SolrQueryRequest req) |
String |
getSource()
CVS Source, SVN Source, etc
|
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
NamedList |
normalize(NamedList input)
The 'avgRequestsPerSecond' field will make everything look like it changed
|
getCategory, getDocs, getInitArgs, getName, getStatistics, getVersion, handleRequest, init
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
protected NamedList<NamedList<NamedList<Object>>> getMBeanInfo(SolrQueryRequest req)
protected NamedList<NamedList<NamedList<Object>>> getDiff(NamedList<NamedList<NamedList<Object>>> ref, NamedList<NamedList<NamedList<Object>>> now, boolean includeAll)
public NamedList normalize(NamedList input)
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class RequestHandlerBase
public String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
getSource
in class RequestHandlerBase
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.