Uses of Class
org.apache.solr.cluster.placement.impl.DelegatingPlacementPluginFactory
-
Packages that use DelegatingPlacementPluginFactory Package Description 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 DelegatingPlacementPluginFactory in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl with parameters of type DelegatingPlacementPluginFactory Modifier and Type Method Description static voidPlacementPluginFactoryLoader. load(DelegatingPlacementPluginFactory pluginFactory, ContainerPluginsRegistry plugins)Loads thePlacementPluginFactoryconfigured in cluster plugins and then keep it up to date as the plugin configuration changes.
-