public class OAutoMergeRecordConflictStrategy extends OVersionRecordConflictStrategy
Constructor and Description |
---|
OAutoMergeRecordConflictStrategy() |
Modifier and Type | Method and Description |
---|---|
String |
getName() |
byte[] |
onUpdate(OStorage storage,
byte iRecordType,
ORecordId rid,
int iRecordVersion,
byte[] iRecordContent,
AtomicInteger iDatabaseVersion) |
checkVersions
public static final String NAME
public byte[] onUpdate(OStorage storage, byte iRecordType, ORecordId rid, int iRecordVersion, byte[] iRecordContent, AtomicInteger iDatabaseVersion)
onUpdate
in interface ORecordConflictStrategy
onUpdate
in class OVersionRecordConflictStrategy
public String getName()
getName
in interface ORecordConflictStrategy
getName
in class OVersionRecordConflictStrategy
Copyright © 2009–2020 OrientDB. All rights reserved.