public class SystemInfoHandler extends RequestHandlerBase
SolrInfoBean.Category, SolrInfoBean.Group
Modifier and Type | Field and Description |
---|---|
static String |
REDACT_STRING |
appends, defaults, httpCaching, initArgs, invariants
TYPE
Constructor and Description |
---|
SystemInfoHandler() |
SystemInfoHandler(CoreContainer cc) |
Modifier and Type | Method and Description |
---|---|
SolrInfoBean.Category |
getCategory()
Category of this component
|
String |
getDescription()
Simple one or two line description
|
static SimpleOrderedMap<Object> |
getJvmInfo()
Get JVM Info - including memory info
|
static SimpleOrderedMap<Object> |
getSystemInfo()
Get system info
|
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
getApis, getInitArgs, getMetricNames, getMetricRegistry, getName, getPluginInfo, getRequestHandler, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, initializeMetrics, setPluginInfo
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMetricsSnapshot, registerMetricName
registerV1, registerV2
public static String REDACT_STRING
public SystemInfoHandler()
public SystemInfoHandler(CoreContainer cc)
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody
in class RequestHandlerBase
Exception
public static SimpleOrderedMap<Object> getSystemInfo()
public static SimpleOrderedMap<Object> getJvmInfo()
public String getDescription()
SolrInfoBean
getDescription
in interface SolrInfoBean
getDescription
in class RequestHandlerBase
public SolrInfoBean.Category getCategory()
SolrInfoBean
getCategory
in interface SolrInfoBean
getCategory
in class RequestHandlerBase
Copyright © 2000-2017 Apache Software Foundation. All Rights Reserved.