Uses of Class
org.apache.jackrabbit.oak.spi.state.AbstractRebaseDiff
-
Packages that use AbstractRebaseDiff Package Description org.apache.jackrabbit.oak.spi.state -
-
Uses of AbstractRebaseDiff in org.apache.jackrabbit.oak.spi.state
Subclasses of AbstractRebaseDiff in org.apache.jackrabbit.oak.spi.state Modifier and Type Class Description classConflictAnnotatingRebaseDiffThis implementation ofAbstractRebaseDiffimplements 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 AbstractRebaseDiff Modifier and Type Method Description protected abstract AbstractRebaseDiffAbstractRebaseDiff. createDiff(NodeBuilder builder, String name)Factory method for creating a rebase handler for the named child of the passed parent builder.
-