Uses of Interface
org.apache.solr.cluster.placement.DeleteCollectionRequest
-
Packages that use DeleteCollectionRequest 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.org.apache.solr.cluster.placement.plugins Sample plugin implementations. -
-
Uses of DeleteCollectionRequest in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return DeleteCollectionRequest Modifier and Type Method Description static DeleteCollectionRequestModificationRequestImpl. createDeleteCollectionRequest(org.apache.solr.common.cloud.DocCollection docCollection) -
Uses of DeleteCollectionRequest in org.apache.solr.cluster.placement.plugins
Methods in org.apache.solr.cluster.placement.plugins with parameters of type DeleteCollectionRequest Modifier and Type Method Description protected voidAffinityPlacementFactory.AffinityPlacementPlugin. verifyDeleteCollection(DeleteCollectionRequest deleteCollectionRequest, PlacementContext placementContext)protected voidOrderedNodePlacementPlugin. verifyDeleteCollection(DeleteCollectionRequest deleteCollectionRequest, PlacementContext placementContext)
-