Class MongoMissingLastRevSeeker

java.lang.Object
org.apache.jackrabbit.oak.plugins.document.MissingLastRevSeeker
org.apache.jackrabbit.oak.plugins.document.mongo.MongoMissingLastRevSeeker

public class MongoMissingLastRevSeeker extends MissingLastRevSeeker
Mongo specific version of MissingLastRevSeeker which uses mongo queries to fetch candidates which may have missed '_lastRev' updates. Uses a time range to find documents modified during that interval.