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.org.apache.solr.cluster.placement.plugins Sample plugin implementations. -
-
Uses of ModificationRequest in org.apache.solr.cluster.placement
Subinterfaces of ModificationRequest in org.apache.solr.cluster.placement Modifier and Type Interface Description interfaceBalanceRequestA cluster related placement request that Solr asks aPlacementPluginto resolve and compute replica balancing plan for replicas that already exist across a set of Nodes.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 classBalanceRequestImplclassPlacementRequestImpl -
Uses of ModificationRequest in org.apache.solr.cluster.placement.plugins
Methods in org.apache.solr.cluster.placement.plugins with parameters of type ModificationRequest Modifier and Type Method Description voidOrderedNodePlacementPlugin. verifyAllowedModification(ModificationRequest modificationRequest, PlacementContext placementContext)
-