Uses of Interface
org.apache.solr.cluster.placement.DeleteShardsRequest
-
Packages that use DeleteShardsRequest 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 DeleteShardsRequest in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return DeleteShardsRequest Modifier and Type Method Description static DeleteShardsRequestModificationRequestImpl. createDeleteShardsRequest(SolrCollection collection, Set<String> shardNames)static DeleteShardsRequestModificationRequestImpl. createDeleteShardsRequest(org.apache.solr.common.cloud.DocCollection docCollection, Set<String> shardNames)
-