| Package | Description | 
|---|---|
| com.hazelcast.spi.impl.merge | 
 This package contains split-brain related classes. 
 | 
| com.hazelcast.spi.merge | 
 This package contains interfaces and classes of the split-brain merging SPI. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MapMergingEntryImpl
Implementation of  
SplitBrainMergeTypes.MapMergeTypes. | 
class  | 
MultiMapMergingEntryImpl
Implementation of  
SplitBrainMergeTypes.MultiMapMergeTypes. | 
class  | 
ReplicatedMapMergingEntryImpl
Implementation of  
SplitBrainMergeTypes.ReplicatedMapMergeTypes. | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LatestUpdateMergePolicy<V,T extends MergingLastUpdateTime<V>>
Merges data structure entries from source to destination data structure if the source entry
 was updated more frequently than the destination entry. 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
static interface  | 
SplitBrainMergeTypes.MapMergeTypes
Provided merge types of  
IMap. | 
static interface  | 
SplitBrainMergeTypes.MultiMapMergeTypes
Provided merge types of  
MultiMap. | 
static interface  | 
SplitBrainMergeTypes.ReplicatedMapMergeTypes
Provided merge types of  
ReplicatedMap. | 
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.