Interface MigrateReplicasApi
-
@Path("cluster/replicas/migrate") public interface MigrateReplicasApi
V2 API definition for migrating replicas from a set of nodes to another set of nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
migrateReplicas(MigrateReplicasRequestBody requestBody)
-
-
-
Method Detail
-
migrateReplicas
@POST SolrJerseyResponse migrateReplicas(MigrateReplicasRequestBody requestBody) throws Exception
- Throws:
Exception
-
-