Uses of Interface
org.apache.solr.cluster.placement.DeleteReplicasRequest
Packages that use DeleteReplicasRequest
Package
Description
Implementation classes (not visible to plugins, subject to change at any time) for the interfaces
in
org.apache.solr.cluster.placement and to make them work with the rest of Solr.Sample plugin implementations.
-
Uses of DeleteReplicasRequest in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return DeleteReplicasRequestModifier and TypeMethodDescriptionstatic 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. -
Uses of DeleteReplicasRequest in org.apache.solr.cluster.placement.plugins
Methods in org.apache.solr.cluster.placement.plugins with parameters of type DeleteReplicasRequestModifier and TypeMethodDescriptionprotected voidOrderedNodePlacementPlugin.verifyDeleteReplicas(DeleteReplicasRequest deleteReplicasRequest, PlacementContext placementContext)