Uses of Interface
org.apache.jackrabbit.oak.spi.commit.ThreeWayConflictHandler
Packages that use ThreeWayConflictHandler
-
Uses of ThreeWayConflictHandler in org.apache.jackrabbit.oak.spi.commit
Classes in org.apache.jackrabbit.oak.spi.commit that implement ThreeWayConflictHandlerModifier and TypeClassDescriptionclassACompositeConflictHandlerdelegates conflict handling to multiple backing handlers.Methods in org.apache.jackrabbit.oak.spi.commit that return ThreeWayConflictHandlerModifier and TypeMethodDescriptionstatic @NotNull ThreeWayConflictHandlerConflictHandlers.wrap(@NotNull PartialConflictHandler handler) Methods in org.apache.jackrabbit.oak.spi.commit with parameters of type ThreeWayConflictHandlerModifier and TypeMethodDescriptionCompositeConflictHandler.addHandler(@NotNull ThreeWayConflictHandler handler) Add a new backing conflict handler.Constructor parameters in org.apache.jackrabbit.oak.spi.commit with type arguments of type ThreeWayConflictHandlerModifierConstructorDescriptionCompositeConflictHandler(@NotNull Iterable<ThreeWayConflictHandler> handlers) Create a newCompositeConflictHandlerwith an initial set of backing handler.