Uses of Class
org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
Packages that use AbstractRebaseDiff
-
Uses of AbstractRebaseDiff in org.apache.jackrabbit.oak.spi.state
Subclasses of AbstractRebaseDiff in org.apache.jackrabbit.oak.spi.stateModifier and TypeClassDescriptionclass
This implementation ofAbstractRebaseDiff
implements aNodeStateDiff
, which performs the conflict handling as defined inNodeStore.rebase(NodeBuilder)
on the Oak SPI state level by annotating conflicting items with conflict markers.Methods in org.apache.jackrabbit.oak.spi.state that return AbstractRebaseDiffModifier and TypeMethodDescriptionprotected abstract AbstractRebaseDiff
AbstractRebaseDiff.createDiff
(NodeBuilder builder, String name) Factory method for creating a rebase handler for the named child of the passed parent builder.