public class Commit
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DocumentNodeStore |
nodeStore |
Modifier and Type | Method and Description |
---|---|
void |
applyToCache(RevisionVector before,
boolean isBranchCommit)
Apply the changes to the DocumentNodeStore (to update the cache).
|
protected final DocumentNodeStore nodeStore
public void applyToCache(RevisionVector before, boolean isBranchCommit)
before
- the revision right before this commit.isBranchCommit
- whether this is a commit to a branchCopyright © 2012–2022 The Apache Software Foundation. All rights reserved.