Uses of Interface
org.apache.jackrabbit.oak.plugins.document.RevisionContext
-
Packages that use RevisionContext Package Description org.apache.jackrabbit.oak.plugins.document -
-
Uses of RevisionContext in org.apache.jackrabbit.oak.plugins.document
Classes in org.apache.jackrabbit.oak.plugins.document that implement RevisionContext Modifier and Type Class Description classDocumentNodeStoreImplementation of a NodeStore onDocumentStore.Methods in org.apache.jackrabbit.oak.plugins.document with parameters of type RevisionContext Modifier and Type Method Description @Nullable RevisionNodeDocument. getLiveRevision(RevisionContext context, RevisionVector readRevision, java.util.Map<Revision,java.lang.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.@NotNull java.lang.Iterable<UpdateOp>NodeDocument. split(@NotNull RevisionContext context, @NotNull RevisionVector head, @NotNull Function<java.lang.String,java.lang.Long> binarySize)Returns update operations to split this document.Constructors in org.apache.jackrabbit.oak.plugins.document with parameters of type RevisionContext Constructor Description LastRevRecoveryAgent(DocumentStore store, RevisionContext context)LastRevRecoveryAgent(DocumentStore store, RevisionContext revisionContext, MissingLastRevSeeker seeker, java.util.function.Consumer<java.lang.Integer> afterRecovery)
-