Class ListActiveTasksAPI
- java.lang.Object
-
- org.apache.solr.handler.admin.api.ListActiveTasksAPI
-
public class ListActiveTasksAPI extends Object
V2 API for listing any currently running "tasks".This API (GET /v2/collections/collectionName/tasks/list) is analogous to the v1 /solr/collectionName/tasks/list API.
-
-
Constructor Summary
Constructors Constructor Description ListActiveTasksAPI(ActiveTasksListHandler listTaskHandler)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
listActiveTasks(SolrQueryRequest req, SolrQueryResponse rsp)
-
-
-
Constructor Detail
-
ListActiveTasksAPI
public ListActiveTasksAPI(ActiveTasksListHandler listTaskHandler)
-
-
Method Detail
-
listActiveTasks
public void listActiveTasks(SolrQueryRequest req, SolrQueryResponse rsp) throws Exception
- Throws:
Exception
-
-