Uses of Interface
org.apache.jackrabbit.oak.spi.commit.ThreeWayConflictHandler
-
Packages that use ThreeWayConflictHandler Package Description org.apache.jackrabbit.oak.spi.commit -
-
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement ThreeWayConflictHandler Modifier and Type Class Description classCompositeConflictHandlerACompositeConflictHandlerdelegates conflict handling to multiple backing handlers.Methods in org.apache.jackrabbit.oak.spi.commit that return ThreeWayConflictHandler Modifier and Type Method Description static @NotNull ThreeWayConflictHandlerConflictHandlers. wrap(@NotNull PartialConflictHandler handler)Methods in org.apache.jackrabbit.oak.spi.commit with parameters of type ThreeWayConflictHandler Modifier and Type Method Description CompositeConflictHandlerCompositeConflictHandler. addHandler(@NotNull ThreeWayConflictHandler handler)Add a new backing conflict handler.Constructor parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type ThreeWayConflictHandler Constructor Description CompositeConflictHandler(@NotNull java.lang.Iterable<ThreeWayConflictHandler> handlers)Create a newCompositeConflictHandlerwith an initial set of backing handler.
-