Uses of Interface
org.apache.jackrabbit.oak.plugins.document.RevisionContext
Packages that use RevisionContext
-
Uses of RevisionContext in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement RevisionContextModifier and TypeClassDescriptionfinal classImplementation of a NodeStore onDocumentStore.final classWraps an existing revision context and exposes a customclusterId.Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type RevisionContextModifier and TypeMethodDescription@Nullable RevisionNodeDocument.getLiveRevision(RevisionContext context, RevisionVector readRevision, Map<Revision, String> validRevisions, org.apache.jackrabbit.oak.plugins.document.LastRevs lastRevs) Get the earliest (oldest) revision where the node was alive at or before the provided revision, if the node was alive at the given revision.NodeDocument.split(@NotNull RevisionContext context, @NotNull RevisionVector head, @NotNull Function<String, Long> binarySize) Returns update operations to split this document.static voidSweepHelper.sweep(DocumentStore store, RevisionContext context, MissingLastRevSeeker seeker) Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type RevisionContextModifierConstructorDescriptionLastRevRecoveryAgent(DocumentStore store, RevisionContext context) LastRevRecoveryAgent(DocumentStore store, RevisionContext revisionContext, MissingLastRevSeeker seeker, Consumer<Integer> afterRecovery) RevisionContextWrapper(RevisionContext context, int clusterId)