| Package | Description |
|---|---|
| com.orientechnologies.orient.server.distributed.conflict |
| Modifier and Type | Class and Description |
|---|---|
class |
OAbstractDistributedConflictResolver
Abstract class to simplify implementation of distributed conflict resolvers.
|
class |
OContentDistributedConflictResolver
Conflict resolver implementation based on the checking for the record content: if it is the same, the major version wins.
|
class |
ODCDistributedConflictResolver
Conflict resolver implementation where the majority is selected only in the specified data center.
|
class |
OMajorityDistributedConflictResolver
Conflict resolver implementation based on the majority of results.
|
class |
OQuorumDistributedConflictResolver
Conflict resolver implementation based on the write quorum of results.
|
class |
OVersionDistributedConflictResolver
Conflict resolver implementation based on the record version: the highest version wins.
|
Copyright © 2009–2025 OrientDB. All rights reserved.