| Package | Description |
|---|---|
| org.apache.jackrabbit.oak.spi.commit |
| Modifier and Type | Interface and Description |
|---|---|
interface |
ConflictHandler
A
ConflictHandler is responsible for handling conflicts which happen
on Root.rebase() and on the implicit rebase operation which
takes part on Root.commit(). |
| Modifier and Type | Class and Description |
|---|---|
class |
CompositeConflictHandler
A
CompositeConflictHandler delegates conflict handling
to multiple backing handlers. |
| Modifier and Type | Method and Description |
|---|---|
CompositeConflictHandler |
CompositeConflictHandler.addHandler(PartialConflictHandler handler)
Add a new backing conflict handler.
|
| Constructor and Description |
|---|
CompositeConflictHandler(Iterable<PartialConflictHandler> handlers)
Create a new
CompositeConflictHandler with an initial set of
backing handler. |
Copyright © 2012–2017 The Apache Software Foundation. All rights reserved.