Interface PlacementPlanFactory

All Known Implementing Classes:
PlacementPlanFactoryImpl

public interface PlacementPlanFactory
Allows plugins to create PlacementPlans telling the Solr layer where to create replicas following the processing of a PlacementRequest. The Solr layer can (and will) check that the PlacementPlan conforms to the PlacementRequest (and if it does not, the requested operation will fail).