Interface RequestMirroringHandler
-
- All Known Implementing Classes:
KafkaRequestMirroringHandler
public interface RequestMirroringHandlerPlugin classes must implement this interface to be usable as the handlers for request mirroring
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidmirror(org.apache.solr.client.solrj.request.UpdateRequest request)When called, should handle submitting the request to the replica clusters
-