Interface ReplaceNodeApi
-
@Path("cluster/nodes/{sourceNodeName}/replace/") public interface ReplaceNodeApi
V2 API definition for recreating replicas in one node (the source) on another node(s) (the target).
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
replaceNode(String sourceNodeName, ReplaceNodeRequestBody requestBody)
-
-
-
Method Detail
-
replaceNode
@POST SolrJerseyResponse replaceNode(@PathParam("sourceNodeName") String sourceNodeName, ReplaceNodeRequestBody requestBody) throws Exception
- Throws:
Exception
-
-