Class NodeSystemInfoAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.NodeSystemInfoAPI
-
public class NodeSystemInfoAPI extends Object
V2 API for getting "system" information from the receiving node.This includes current resource utilization, information about the installation (location, version, etc.), and JVM settings.
This API (GET /v2/node/system) is analogous to the v1 /admin/info/system.
-
-
Constructor Summary
Constructors Constructor Description NodeSystemInfoAPI(SystemInfoHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
NodeSystemInfoAPI
public NodeSystemInfoAPI(SystemInfoHandler handler)
-
-
Method Detail
-
getSystemInformation
public void getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-