Class PlacementPluginFactoryLoader
java.lang.Object
org.apache.solr.cluster.placement.impl.PlacementPluginFactoryLoader
Utility class to work with
PlacementPluginFactory plugins.-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic PlacementPluginFactory<?> Returns the defaultPlacementPluginFactorystatic voidload(DelegatingPlacementPluginFactory pluginFactory, ContainerPluginsRegistry plugins) Loads thePlacementPluginFactoryconfigured in cluster plugins and then keep it up to date as the plugin configuration changes.
-
Constructor Details
-
PlacementPluginFactoryLoader
public PlacementPluginFactoryLoader()
-
-
Method Details
-
load
public static void load(DelegatingPlacementPluginFactory pluginFactory, ContainerPluginsRegistry plugins) Loads thePlacementPluginFactoryconfigured in cluster plugins and then keep it up to date as the plugin configuration changes. -
getDefaultPlacementPluginFactory
Returns the defaultPlacementPluginFactory
-