Interface ORecordConflictStrategy
- All Known Implementing Classes:
OAutoMergeRecordConflictStrategy,OContentRecordConflictStrategy,OVersionRecordConflictStrategy
public interface ORecordConflictStrategy
Manages the MVCC conflicts.
- Author:
- Luca Garulli (l.garulli--(at)--orientdb.com)
-
Method Summary
-
Method Details
-
onUpdate
byte[] onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion) -
getName
String getName()
-