public interface ESConflict
| Modifier and Type | Method and Description |
|---|---|
Set<ESOperation> |
getLocalOperations()
The involved local operations.
|
Set<ESOperation> |
getRemoteOperations()
The involved remote operations.
|
void |
resolveConflict(Set<ESOperation> acceptedLocalOperations,
Set<ESOperation> rejectedRemoteOperations)
Resolve the conflict by accepting the given local operations and rejecting the given remote operations.
|
Set<ESOperation> getLocalOperations()
Set<ESOperation> getRemoteOperations()
void resolveConflict(Set<ESOperation> acceptedLocalOperations, Set<ESOperation> rejectedRemoteOperations)
acceptedLocalOperations - a list of local accepted operationsrejectedRemoteOperations - a list of rejected remote operationsCopyright © 2017. All rights reserved.