Class NodeHealthAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.NodeHealthAPI
-
public class NodeHealthAPI extends Object
V2 API for checking the health of the receiving node.This API (GET /v2/node/health) is analogous to the v1 /admin/info/health.
-
-
Constructor Summary
Constructors Constructor Description NodeHealthAPI(HealthCheckHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
NodeHealthAPI
public NodeHealthAPI(HealthCheckHandler handler)
-
-
Method Detail
-
getSystemInformation
public void getSystemInformation(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-