|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.solr.handler.RequestHandlerBase
org.apache.solr.handler.admin.SystemInfoHandler
public class SystemInfoHandler
This handler returns system info NOTE: the response format is still likely to change. It should be designed so that it works nicely with an XSLT transformation. Until we have a nice XSLT front end for /admin, the format is still open to change.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.apache.solr.core.SolrInfoMBean |
---|
SolrInfoMBean.Category |
Field Summary |
---|
Fields inherited from class org.apache.solr.handler.RequestHandlerBase |
---|
appends, defaults, httpCaching, initArgs, invariants |
Constructor Summary | |
---|---|
SystemInfoHandler()
|
Method Summary | |
---|---|
String |
getDescription()
Simple one or two line description |
static org.apache.solr.common.util.SimpleOrderedMap<Object> |
getJvmInfo()
Get JVM Info - including memory info |
String |
getSource()
CVS Source, SVN Source, etc |
String |
getSourceId()
CVS Id, SVN Id, etc |
static org.apache.solr.common.util.SimpleOrderedMap<Object> |
getSystemInfo()
Get system info |
String |
getVersion()
Simple common usage version, e.g. |
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp)
|
Methods inherited from class org.apache.solr.handler.RequestHandlerBase |
---|
getCategory, getDocs, getInitArgs, getName, getStatistics, handleRequest, init |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SystemInfoHandler()
Method Detail |
---|
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
public static org.apache.solr.common.util.SimpleOrderedMap<Object> getSystemInfo() throws Exception
Exception
public static org.apache.solr.common.util.SimpleOrderedMap<Object> getJvmInfo()
public String getDescription()
SolrInfoMBean
getDescription
in interface SolrInfoMBean
getDescription
in class RequestHandlerBase
public String getVersion()
SolrInfoMBean
getVersion
in interface SolrInfoMBean
getVersion
in class RequestHandlerBase
public String getSourceId()
SolrInfoMBean
getSourceId
in interface SolrInfoMBean
getSourceId
in class RequestHandlerBase
public String getSource()
SolrInfoMBean
getSource
in interface SolrInfoMBean
getSource
in class RequestHandlerBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |