java.lang.Object
org.apache.jackrabbit.oak.plugins.document.Commit

public class Commit extends Object
A higher level object representing a commit.
  • Field Details

  • Method Details

    • applyToCache

      public void applyToCache(RevisionVector before, boolean isBranchCommit)
      Apply the changes to the DocumentNodeStore (to update the cache).
      Parameters:
      before - the revision right before this commit.
      isBranchCommit - whether this is a commit to a branch