Interface ForceLeaderApi
-
@Path("/collections/{collectionName}/shards/{shardName}/force-leader") public interface ForceLeaderApi
V2 API definition for triggering a leader election on a particular collection and shard.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SolrJerseyResponse
forceShardLeader(String collectionName, String shardName)
-
-
-
Method Detail
-
forceShardLeader
@POST SolrJerseyResponse forceShardLeader(@PathParam("collectionName") String collectionName, @PathParam("shardName") String shardName)
-
-