Uses of Interface
org.apache.solr.cluster.placement.DeleteReplicasRequest
-
Packages that use DeleteReplicasRequest Package Description org.apache.solr.cluster.placement.impl Implementation classes (not visible to plugins, subject to change at any time) for the interfaces inorg.apache.solr.cluster.placementand to make them work with the rest of Solr. -
-
Uses of DeleteReplicasRequest in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return DeleteReplicasRequest Modifier and Type Method Description static DeleteReplicasRequestModificationRequestImpl. createDeleteReplicasRequest(SolrCollection collection, Set<Replica> replicas)Create a delete replicas request.static DeleteReplicasRequestModificationRequestImpl. createDeleteReplicasRequest(org.apache.solr.common.cloud.DocCollection docCollection, String shardName, Set<org.apache.solr.common.cloud.Replica> replicas)Create a delete replicas request using the internal Solr API.
-