public class SystemInfoHandler extends RequestHandlerBase
SolrInfoBean.Category, SolrInfoBean.Group| Modifier and Type | Field and Description |
|---|---|
static String |
REDACT_STRING |
appends, defaults, httpCaching, initArgs, invariants, solrMetricsContextTYPE| 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
|
SimpleOrderedMap<Object> |
getSecurityInfo(SolrQueryRequest req)
Get Security Info
|
static SimpleOrderedMap<Object> |
getSystemInfo()
Get system info
|
void |
handleRequestBody(SolrQueryRequest req,
SolrQueryResponse rsp) |
getApis, getInitArgs, getMetricNames, getName, getPluginInfo, getRequestHandler, getSolrMetricsContext, getSolrParamsFromNamedList, getSubHandler, handleRequest, init, initializeMetrics, setPluginInfoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMetricRegistry, getMetricsSnapshot, registerMetricNameclose, getUniqueMetricTag, initializeMetricsregisterV1, registerV2public static String REDACT_STRING
public SystemInfoHandler()
public SystemInfoHandler(CoreContainer cc)
public void handleRequestBody(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
handleRequestBody in class RequestHandlerBaseExceptionpublic static SimpleOrderedMap<Object> getSystemInfo()
public static SimpleOrderedMap<Object> getJvmInfo()
public SimpleOrderedMap<Object> getSecurityInfo(SolrQueryRequest req)
public String getDescription()
SolrInfoBeangetDescription in interface SolrInfoBeangetDescription in class RequestHandlerBasepublic SolrInfoBean.Category getCategory()
SolrInfoBeangetCategory in interface SolrInfoBeangetCategory in class RequestHandlerBaseCopyright © 2000-2021 Apache Software Foundation. All Rights Reserved.