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
IConflictResolver
Resolve a write-write conflict between a committed version on the journal and the current version within a transaction that is validating.
resolveConflict
in interface IConflictResolver
writeSet
- 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.Exception
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.