Uses of Class
org.apache.jackrabbit.oak.plugins.document.MissingLastRevSeeker
Packages that use MissingLastRevSeeker
-
Uses of MissingLastRevSeeker in org.apache.jackrabbit.oak.plugins.document
Methods in org.apache.jackrabbit.oak.plugins.document that return MissingLastRevSeekerMethods in org.apache.jackrabbit.oak.plugins.document with parameters of type MissingLastRevSeekerModifier and TypeMethodDescriptionstatic void
SweepHelper.sweep
(DocumentStore store, RevisionContext context, MissingLastRevSeeker seeker) Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type MissingLastRevSeekerModifierConstructorDescriptionLastRevRecoveryAgent
(DocumentStore store, RevisionContext revisionContext, MissingLastRevSeeker seeker, Consumer<Integer> afterRecovery) -
Uses of MissingLastRevSeeker in org.apache.jackrabbit.oak.plugins.document.mongo
Subclasses of MissingLastRevSeeker in org.apache.jackrabbit.oak.plugins.document.mongoModifier and TypeClassDescriptionclass
Mongo specific version of MissingLastRevSeeker which uses mongo queries to fetch candidates which may have missed '_lastRev' updates.Methods in org.apache.jackrabbit.oak.plugins.document.mongo that return MissingLastRevSeeker -
Uses of MissingLastRevSeeker in org.apache.jackrabbit.oak.plugins.document.rdb
Subclasses of MissingLastRevSeeker in org.apache.jackrabbit.oak.plugins.document.rdbModifier and TypeClassDescriptionclass
RDB specific version of MissingLastRevSeeker.Methods in org.apache.jackrabbit.oak.plugins.document.rdb that return MissingLastRevSeeker