Uses of Class
org.apache.solr.api.ContainerPluginsRegistry
-
Packages that use ContainerPluginsRegistry Package Description org.apache.solr.cluster.events.impl Default implementation ofClusterEventProducer.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.core Core classes implementing Solr internals and the management ofSolrCores -
-
Uses of ContainerPluginsRegistry in org.apache.solr.cluster.events.impl
Methods in org.apache.solr.cluster.events.impl with parameters of type ContainerPluginsRegistry Modifier and Type Method Description DelegatingClusterEventProducerClusterEventProducerFactory. create(ContainerPluginsRegistry plugins)Create aClusterEventProducerbased on the current plugin configurations. -
Uses of ContainerPluginsRegistry in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl with parameters of type ContainerPluginsRegistry Modifier and Type Method Description static voidPlacementPluginFactoryLoader. load(DelegatingPlacementPluginFactory pluginFactory, ContainerPluginsRegistry plugins) -
Uses of ContainerPluginsRegistry in org.apache.solr.core
Methods in org.apache.solr.core that return ContainerPluginsRegistry Modifier and Type Method Description ContainerPluginsRegistryCoreContainer. getContainerPluginsRegistry()
-