Class PeerSync

  • All Implemented Interfaces:
    SolrMetricProducer

    public class PeerSync
    extends Object
    implements SolrMetricProducer
    This class is useful for performing peer to peer synchronization of recently indexed update commands during recovery process.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • PeerSync

        public PeerSync​(SolrCore core,
                        List<String> replicas,
                        int nUpdates,
                        boolean cantReachIsSuccess)
      • PeerSync

        public PeerSync​(SolrCore core,
                        List<String> replicas,
                        int nUpdates,
                        boolean cantReachIsSuccess,
                        boolean onlyIfActive,
                        boolean doFingerprint)