Uses of Interface
org.apache.solr.cluster.placement.ReplicaPlacement
-
Packages that use ReplicaPlacement 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 ReplicaPlacement in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return ReplicaPlacement Modifier and Type Method Description ReplicaPlacementPlacementPlanFactory. createReplicaPlacement(SolrCollection solrCollection, String shardName, Node node, Replica.ReplicaType replicaType)Creates aReplicaPlacementto be passed toPlacementPlanfactory methods.Methods in org.apache.solr.cluster.placement that return types with arguments of type ReplicaPlacement Modifier and Type Method Description Set<ReplicaPlacement>PlacementPlan. getReplicaPlacements()Method parameters in org.apache.solr.cluster.placement with type arguments of type ReplicaPlacement Modifier and Type Method Description PlacementPlanPlacementPlanFactory. createPlacementPlan(PlacementRequest request, Set<ReplicaPlacement> replicaPlacements)Creates aPlacementPlanfor adding replicas to a given shard(s) of an existing collection. -
Uses of ReplicaPlacement in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return ReplicaPlacement Modifier and Type Method Description ReplicaPlacementPlacementPlanFactoryImpl. createReplicaPlacement(SolrCollection solrCollection, String shardName, Node node, Replica.ReplicaType replicaType)Method parameters in org.apache.solr.cluster.placement.impl with type arguments of type ReplicaPlacement Modifier and Type Method Description PlacementPlanPlacementPlanFactoryImpl. createPlacementPlan(PlacementRequest request, Set<ReplicaPlacement> replicaPlacements)
-