Uses of Interface
org.apache.solr.cluster.placement.BalanceRequest
-
Packages that use BalanceRequest 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 BalanceRequest in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return BalanceRequest Modifier and Type Method Description BalanceRequestBalancePlan. getRequest()Methods in org.apache.solr.cluster.placement with parameters of type BalanceRequest Modifier and Type Method Description BalancePlanPlacementPlugin. computeBalancing(BalanceRequest balanceRequest, PlacementContext placementContext)Request from plugin code to compute a balancing of replicas.BalancePlanBalancePlanFactory. createBalancePlan(BalanceRequest request, Map<Replica,Node> replicaMovements)Creates aBalancePlanfor balancing replicas across the given nodes. -
Uses of BalanceRequest in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement BalanceRequest Modifier and Type Class Description classBalanceRequestImplMethods in org.apache.solr.cluster.placement.impl with parameters of type BalanceRequest Modifier and Type Method Description BalancePlanBalancePlanFactoryImpl. createBalancePlan(BalanceRequest request, Map<Replica,Node> replicaMovements) -
Uses of BalanceRequest in org.apache.solr.cluster.placement.plugins
Methods in org.apache.solr.cluster.placement.plugins with parameters of type BalanceRequest Modifier and Type Method Description BalancePlanOrderedNodePlacementPlugin. computeBalancing(BalanceRequest balanceRequest, PlacementContext placementContext)
-