| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.commit |
| Modifier and Type | Method and Description |
|---|---|
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.addExistingNode(NodeBuilder parent,
String name,
NodeState ours,
NodeState theirs) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.addExistingNode(@NotNull NodeBuilder parent,
@NotNull String name,
@NotNull NodeState ours,
@NotNull NodeState theirs)
The node
ours has been added to parent which conflicts
with node theirs which has been added in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.addExistingProperty(NodeBuilder parent,
org.apache.jackrabbit.oak.api.PropertyState ours,
org.apache.jackrabbit.oak.api.PropertyState theirs) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.addExistingProperty(@NotNull NodeBuilder parent,
@NotNull org.apache.jackrabbit.oak.api.PropertyState ours,
@NotNull org.apache.jackrabbit.oak.api.PropertyState theirs)
The property
ours has been added to parent which conflicts
with property theirs which has been added in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.changeChangedProperty(NodeBuilder parent,
org.apache.jackrabbit.oak.api.PropertyState ours,
org.apache.jackrabbit.oak.api.PropertyState theirs,
org.apache.jackrabbit.oak.api.PropertyState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.changeChangedProperty(@NotNull NodeBuilder parent,
@NotNull org.apache.jackrabbit.oak.api.PropertyState ours,
@NotNull org.apache.jackrabbit.oak.api.PropertyState theirs,
@NotNull org.apache.jackrabbit.oak.api.PropertyState base)
The property
ours has been changed in parent while it was
also changed to a different value (theirs) in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.changeDeletedNode(NodeBuilder parent,
String name,
NodeState ours,
NodeState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.changeDeletedNode(@NotNull NodeBuilder parent,
@NotNull String name,
@NotNull NodeState ours,
@NotNull NodeState base)
The node
ours has been changed in parent while it was
removed in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.changeDeletedProperty(NodeBuilder parent,
org.apache.jackrabbit.oak.api.PropertyState ours,
org.apache.jackrabbit.oak.api.PropertyState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.changeDeletedProperty(@NotNull NodeBuilder parent,
@NotNull org.apache.jackrabbit.oak.api.PropertyState ours,
@NotNull org.apache.jackrabbit.oak.api.PropertyState base)
The property
ours has been changed in parent while it was
removed in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.deleteChangedNode(NodeBuilder parent,
String name,
NodeState theirs,
NodeState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.deleteChangedNode(@NotNull NodeBuilder parent,
@NotNull String name,
@NotNull NodeState theirs,
@NotNull NodeState base)
The node
theirs changed in the persistence store while it has been
deleted locally. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.deleteChangedProperty(NodeBuilder parent,
org.apache.jackrabbit.oak.api.PropertyState theirs,
org.apache.jackrabbit.oak.api.PropertyState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.deleteChangedProperty(@NotNull NodeBuilder parent,
@NotNull org.apache.jackrabbit.oak.api.PropertyState theirs,
@NotNull org.apache.jackrabbit.oak.api.PropertyState base)
The property
theirs changed in the persistence store while it has been
deleted locally. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.deleteDeletedNode(NodeBuilder parent,
String name,
NodeState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.deleteDeletedNode(@NotNull NodeBuilder parent,
@NotNull String name,
@NotNull NodeState base)
The node
name has been removed in parent while it was
also removed in the persistence store. |
ThreeWayConflictHandler.Resolution |
CompositeConflictHandler.deleteDeletedProperty(NodeBuilder parent,
org.apache.jackrabbit.oak.api.PropertyState base) |
@NotNull ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.deleteDeletedProperty(@NotNull NodeBuilder parent,
@NotNull org.apache.jackrabbit.oak.api.PropertyState base)
The property
ours has been removed in parent while it was
also removed in the persistence store. |
static ThreeWayConflictHandler.Resolution |
ThreeWayConflictHandler.Resolution.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ThreeWayConflictHandler.Resolution[] |
ThreeWayConflictHandler.Resolution.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2012–2020 The Apache Software Foundation. All rights reserved.