Uses of Interface
org.apache.solr.cluster.placement.ModificationRequest
-
Packages that use ModificationRequest Package Description org.apache.solr.cluster.placement This package contains interfaces visible by plugins (i.e.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 ModificationRequest in org.apache.solr.cluster.placement
Subinterfaces of ModificationRequest in org.apache.solr.cluster.placement Modifier and Type Interface Description interfaceDeleteCollectionRequestDelete collection request.interfaceDeleteReplicasRequestDelete replicas request.interfaceDeleteShardsRequestDelete shards request.interfacePlacementRequestA cluster related placement request that Solr asks aPlacementPluginplugin to resolve and compute aPlacementPlanplacing one or moreReplica's of one or moreShard's of an existingSolrCollection.Methods in org.apache.solr.cluster.placement with parameters of type ModificationRequest Modifier and Type Method Description default voidPlacementPlugin. verifyAllowedModification(ModificationRequest modificationRequest, PlacementContext placementContext)Verify that a collection layout modification doesn't violate constraints on replica placements required by this plugin. -
Uses of ModificationRequest in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement ModificationRequest Modifier and Type Class Description classPlacementRequestImpl
-