Package | Description |
---|---|
org.apache.jackrabbit.oak.jcr | |
org.apache.jackrabbit.oak.plugins.commit | |
org.apache.jackrabbit.oak.spi.commit |
Modifier and Type | Method and Description |
---|---|
@NotNull Jcr |
Jcr.with(@NotNull PartialConflictHandler conflictHandler)
Deprecated.
Use
Jcr.with(ThreeWayConflictHandler) instead |
Modifier and Type | Class and Description |
---|---|
class |
ChildOrderConflictHandler
This conflict handler instance takes care of properly merging conflicts
occurring by concurrent reorder operations.
|
class |
DefaultConflictHandler
Deprecated.
Use
DefaultThreeWayConflictHandler instead. |
Modifier and Type | Interface and Description |
---|---|
interface |
ConflictHandler
Deprecated.
Use
ThreeWayConflictHandler instead. |
Modifier and Type | Method and Description |
---|---|
static ThreeWayConflictHandler |
ConflictHandlers.wrap(PartialConflictHandler handler) |
Copyright © 2012–2019 The Apache Software Foundation. All rights reserved.