Class Commit
- java.lang.Object
-
- org.apache.jackrabbit.oak.plugins.document.Commit
-
public class Commit extends Object
A higher level object representing a commit.
-
-
Field Summary
Fields Modifier and Type Field Description protected DocumentNodeStore
nodeStore
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyToCache(RevisionVector before, boolean isBranchCommit)
Apply the changes to the DocumentNodeStore (to update the cache).
-
-
-
Field Detail
-
nodeStore
protected final DocumentNodeStore nodeStore
-
-
Method Detail
-
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
-
-