See: Description
| Class | Description |
|---|---|
| DiscardMergePolicy |
Merges only entries from the destination data structure and discards all entries from the source data structure.
|
| HigherHitsMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
has more hits than the destination one.
|
| LatestAccessMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
has been accessed more recently than the destination entry.
|
| LatestUpdateMergePolicy |
Merges data structure entries from source to destination data structure if the source entry
was updated more frequently than the destination entry.
|
| PassThroughMergePolicy |
Merges data structure entries from source to destination directly unless the merging entry is
null. |
| PutIfAbsentMergePolicy |
Merges data structure entries from source to destination if they don't exist in the destination data structure.
|
| SplitBrainEntryViews |
Provides static factory methods to create
SplitBrainMergeEntryView instances. |
| SplitBrainMergePolicyDataSerializerHook |
Contains all the ID hooks for
IdentifiedDataSerializable classes used by the split-brain framework. |
| SplitBrainMergePolicyProvider |
A provider for
SplitBrainMergePolicy instances. |
Copyright © 2018. All Rights Reserved.