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

    Modifier and Type
    Method
    Description
     
    byte[]
    onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion)
     
  • Method Details

    • onUpdate

      byte[] onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion)
    • getName

      String getName()