Interface RequestMirroringHandler

  • All Known Implementing Classes:
    KafkaRequestMirroringHandler

    public interface RequestMirroringHandler
    Plugin 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
      void mirror​(org.apache.solr.client.solrj.request.UpdateRequest request)
      When called, should handle submitting the request to the replica clusters
    • Method Detail

      • mirror

        void mirror​(org.apache.solr.client.solrj.request.UpdateRequest request)
             throws Exception
        When called, should handle submitting the request to the replica clusters
        Throws:
        Exception