Uses of Interface
org.apache.solr.crossdc.update.processor.RequestMirroringHandler
-
Packages that use RequestMirroringHandler Package Description org.apache.solr.crossdc.update.processor UpdateRequestProcessors for Cross DC replication. -
-
Uses of RequestMirroringHandler in org.apache.solr.crossdc.update.processor
Classes in org.apache.solr.crossdc.update.processor that implement RequestMirroringHandler Modifier and Type Class Description classKafkaRequestMirroringHandlerConstructors in org.apache.solr.crossdc.update.processor with parameters of type RequestMirroringHandler Constructor Description MirroringUpdateProcessor(UpdateRequestProcessor next, boolean doMirroring, boolean indexUnmirrorableDocs, boolean mirrorCommits, CrossDcConf.ExpandDbq expandDbq, long maxMirroringBatchSizeBytes, org.apache.solr.common.params.SolrParams mirroredReqParams, DistributedUpdateProcessor.DistribPhase distribPhase, RequestMirroringHandler requestMirroringHandler, ProducerMetrics producerMetrics)
-