Interface | Description |
---|---|
ODistributedConflictResolver |
Base interface to manage distributed conflicts.
|
Class | Description |
---|---|
OAbstractDistributedConflictResolver |
Abstract class to simplify implementation of distributed conflict resolvers.
|
OContentDistributedConflictResolver |
Conflict resolver implementation based on the checking for the record content: if it is the same,
the major version wins.
|
ODCDistributedConflictResolver |
Conflict resolver implementation where the majority is selected only in the specified data
center.
|
ODistributedConflictResolver.OConflictResult | |
ODistributedConflictResolverFactory |
Factory to manage the distributed conflict resolved implementations.
|
OMajorityDistributedConflictResolver |
Conflict resolver implementation based on the majority of results.
|
OQuorumDistributedConflictResolver |
Conflict resolver implementation based on the write quorum of results.
|
OVersionDistributedConflictResolver |
Conflict resolver implementation based on the record version: the highest version wins.
|
Copyright © 2009–2020 OrientDB. All rights reserved.