public class Commit extends 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).
|
void |
removeNode(String path,
org.apache.jackrabbit.oak.spi.state.NodeState state) |
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 branchpublic void removeNode(String path, org.apache.jackrabbit.oak.spi.state.NodeState state)
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.