Uses of Interface
org.apache.solr.cluster.placement.BalancePlanFactory
-
Packages that use BalancePlanFactory 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 BalancePlanFactory in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return BalancePlanFactory Modifier and Type Method Description BalancePlanFactoryPlacementContext. getBalancePlanFactory()Factory used to create instances ofBalancePlanto return computed decision. -
Uses of BalancePlanFactory in org.apache.solr.cluster.placement.impl
Classes in org.apache.solr.cluster.placement.impl that implement BalancePlanFactory Modifier and Type Class Description classBalancePlanFactoryImplSimple implementation ofBalancePlanFactory.Methods in org.apache.solr.cluster.placement.impl that return BalancePlanFactory Modifier and Type Method Description BalancePlanFactorySimplePlacementContextImpl. getBalancePlanFactory()
-