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.classRevisionContextWrapperWraps an existing revision context and exposes a customclusterId.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, 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.@NotNull Iterable<UpdateOp>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 RevisionContext Constructor Description LastRevRecoveryAgent(DocumentStore store, RevisionContext context)LastRevRecoveryAgent(DocumentStore store, RevisionContext revisionContext, MissingLastRevSeeker seeker, Consumer<Integer> afterRecovery)RevisionContextWrapper(RevisionContext context, int clusterId)
-