Interface DeleteNodeApi
-
@Path("cluster/nodes/{nodeName}/clear/") public interface DeleteNodeApi
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
deleteNode(String nodeName, DeleteNodeRequestBody requestBody)
-
-
-
Method Detail
-
deleteNode
@POST SolrJerseyResponse deleteNode(@PathParam("nodeName") String nodeName, DeleteNodeRequestBody requestBody) throws Exception
- Throws:
Exception
-
-