Class ConflictAnnotatingRebaseDiff
java.lang.Object
org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
org.apache.jackrabbit.oak.spi.state.ConflictAnnotatingRebaseDiff
- All Implemented Interfaces:
NodeStateDiff
This implementation of
AbstractRebaseDiff implements a NodeStateDiff,
which performs the conflict handling as defined in NodeStore.rebase(NodeBuilder)
on the Oak SPI state level by annotating conflicting items with conflict
markers.-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
childNodeAdded, childNodeChanged, childNodeDeleted, propertyAdded, propertyChanged, propertyDeleted
-
Field Details
-
CONFLICT
- See Also:
-
BASE
- See Also:
-
OURS
- See Also:
-
-
Constructor Details
-
ConflictAnnotatingRebaseDiff
-