Class NodeThreadsAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.NodeThreadsAPI
-
public class NodeThreadsAPI extends Object
V2 API for triggering a thread dump on the receiving node.This API (GET /v2/node/threads) is analogous to the v1 /admin/info/threads.
-
-
Constructor Summary
Constructors Constructor Description NodeThreadsAPI(ThreadDumpHandler handler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
triggerThreadDump(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
NodeThreadsAPI
public NodeThreadsAPI(ThreadDumpHandler handler)
-
-
Method Detail
-
triggerThreadDump
public void triggerThreadDump(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-