public final class NoConflictResolver extends Object implements IConflictResolver
| Constructor and Description |
|---|
NoConflictResolver() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
resolveConflict(IIndex writeSet,
ITuple txTuple,
ITuple currentTuple)
Resolve a write-write conflict between a committed version on the journal
and the current version within a transaction that is validating.
|
public boolean resolveConflict(IIndex writeSet, ITuple txTuple, ITuple currentTuple) throws Exception
IConflictResolverResolve a write-write conflict between a committed version on the journal and the current version within a transaction that is validating.
resolveConflict in interface IConflictResolverwriteSet - The view on which conflict resolver must write the resolved
index entry.txTuple - The tuple written by the transaction that is being validated.currentTuple - The current tuple committed in the global state with which the
write-write conflict exists.ExceptionCopyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.