public abstract class OAbstractDistributedConflictResolver extends Object implements ODistributedConflictResolver
ODistributedConflictResolver.OConflictResult
Modifier and Type | Field and Description |
---|---|
protected ODocument |
configuration |
NOT_FOUND
Constructor and Description |
---|
OAbstractDistributedConflictResolver() |
Modifier and Type | Method and Description |
---|---|
static boolean |
compareRecords(ORawBuffer key1,
ORawBuffer key2) |
void |
configure(ODocument config) |
protected static Object |
getBestResult(Map<Object,List<String>> groupedResult,
List<Object> exclude) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getName, onConflict
protected ODocument configuration
public OAbstractDistributedConflictResolver()
public void configure(ODocument config)
configure
in interface ODistributedConflictResolver
public static boolean compareRecords(ORawBuffer key1, ORawBuffer key2)
Copyright © 2009–2020 OrientDB. All rights reserved.