Uses of Interface
org.apache.solr.cluster.placement.PlacementPluginConfig
Packages that use PlacementPluginConfig
Package
Description
This package contains interfaces visible by plugins (i.e.
Implementation classes (not visible to plugins, subject to change at any time) for the interfaces
in
org.apache.solr.cluster.placement and to make them work with the rest of Solr.Sample plugin implementations.
Core classes implementing Solr internals and the management of
SolrCores-
Uses of PlacementPluginConfig in org.apache.solr.cluster.placement
Classes in org.apache.solr.cluster.placement with type parameters of type PlacementPluginConfigModifier and TypeInterfaceDescriptioninterfacePlacementPluginFactory<T extends PlacementPluginConfig>Factory implemented by client code and configured in container plugins (seeContainerPluginsApi.editAPI) allowing the creation of instances ofPlacementPluginto be used for replica placement computation.Classes in org.apache.solr.cluster.placement that implement PlacementPluginConfigModifier and TypeClassDescriptionstatic classUseful type for plugins that don't use any configuration. -
Uses of PlacementPluginConfig in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return PlacementPluginConfigMethods in org.apache.solr.cluster.placement.impl that return types with arguments of type PlacementPluginConfigModifier and TypeMethodDescriptionPlacementPluginFactory<? extends PlacementPluginConfig> DelegatingPlacementPluginFactory.getDelegate()Method parameters in org.apache.solr.cluster.placement.impl with type arguments of type PlacementPluginConfigModifier and TypeMethodDescriptionvoidDelegatingPlacementPluginFactory.setDelegate(PlacementPluginFactory<? extends PlacementPluginConfig> delegate) -
Uses of PlacementPluginConfig in org.apache.solr.cluster.placement.plugins
Classes in org.apache.solr.cluster.placement.plugins that implement PlacementPluginConfig -
Uses of PlacementPluginConfig in org.apache.solr.core
Methods in org.apache.solr.core that return types with arguments of type PlacementPluginConfigModifier and TypeMethodDescriptionPlacementPluginFactory<? extends PlacementPluginConfig> CoreContainer.getPlacementPluginFactory()