Class Commit
java.lang.Object
org.apache.jackrabbit.oak.plugins.document.Commit
A higher level object representing a commit.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionvoid
applyToCache
(RevisionVector before, boolean isBranchCommit) Apply the changes to the DocumentNodeStore (to update the cache).
-
Field Details
-
nodeStore
-
-
Method Details
-
applyToCache
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
-