Package org.apache.solr.api
Interface ConfigurablePlugin<T extends MapWriter>
- 
- Type Parameters:
- T- the configuration Object type
 - All Known Subinterfaces:
- PlacementPluginFactory<T>
 - All Known Implementing Classes:
- AffinityPlacementFactory,- DelegatingPlacementPluginFactory,- MinimizeCoresPlacementFactory,- RandomPlacementFactory,- SimplePlacementFactory
 
 public interface ConfigurablePlugin<T extends MapWriter>Implement this interface if your plugin needs to accept some configuration
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigure(T cfg)This is invoked soon after the Object is initialized.
 
- 
- 
- 
Method Detail- 
configurevoid configure(T cfg) This is invoked soon after the Object is initialized.- Parameters:
- cfg- value deserialized from JSON
 
 
- 
 
-