Uses of Interface
org.apache.solr.cluster.placement.PlacementPlugin
-
Packages that use PlacementPlugin 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.org.apache.solr.cluster.placement.plugins Sample plugin implementations. -
-
Uses of PlacementPlugin in org.apache.solr.cluster.placement
Methods in org.apache.solr.cluster.placement that return PlacementPlugin Modifier and Type Method Description PlacementPluginPlacementPluginFactory. createPluginInstance()Returns an instance of the plugin that will be repeatedly (and concurrently) called to compute placement. -
Uses of PlacementPlugin in org.apache.solr.cluster.placement.impl
Methods in org.apache.solr.cluster.placement.impl that return PlacementPlugin Modifier and Type Method Description PlacementPluginDelegatingPlacementPluginFactory. createPluginInstance()Constructors in org.apache.solr.cluster.placement.impl with parameters of type PlacementPlugin Constructor Description PlacementPluginAssignStrategy(PlacementPlugin plugin) -
Uses of PlacementPlugin in org.apache.solr.cluster.placement.plugins
Classes in org.apache.solr.cluster.placement.plugins that implement PlacementPlugin Modifier and Type Class Description static classAffinityPlacementFactory.AffinityPlacementPluginSeeAffinityPlacementFactoryfor instructions on how to configure a cluster to use this plugin and details on what the plugin does.classOrderedNodePlacementPluginstatic classRandomPlacementFactory.RandomPlacementPluginstatic classSimplePlacementFactory.SimplePlacementPluginMethods in org.apache.solr.cluster.placement.plugins that return PlacementPlugin Modifier and Type Method Description PlacementPluginAffinityPlacementFactory. createPluginInstance()PlacementPluginMinimizeCoresPlacementFactory. createPluginInstance()PlacementPluginRandomPlacementFactory. createPluginInstance()PlacementPluginSimplePlacementFactory. createPluginInstance()
-