Package org.apache.solr.update
Class PeerSyncWithLeader.MissedUpdatesFinder
- java.lang.Object
-
- org.apache.solr.update.PeerSyncWithLeader.MissedUpdatesFinder
-
- Enclosing class:
- PeerSyncWithLeader
public static class PeerSyncWithLeader.MissedUpdatesFinder extends Object
Helper class for doing comparison ourUpdates and other replicas's updates to find the updates that we missed
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PeerSync.MissedUpdatesRequest
find(List<Long> leaderVersions, Object updateFrom)
-
-
-
Method Detail
-
find
public PeerSync.MissedUpdatesRequest find(List<Long> leaderVersions, Object updateFrom)
-
-