Package | Description |
---|---|
com.hazelcast.spi.merge |
This package contains interfaces and classes of the split-brain merging SPI.
|
Modifier and Type | Class and Description |
---|---|
class |
HigherHitsMergePolicy<V,T extends MergingValue<V> & MergingHits>
Merges data structure entries from source to destination data structure if the source entry
has more hits than the destination one.
|
Modifier and Type | Interface and Description |
---|---|
static interface |
SplitBrainMergeTypes.CacheMergeTypes<K,V>
Provided merge types of
ICache . |
static interface |
SplitBrainMergeTypes.MapMergeTypes<K,V>
Provided merge types of
IMap . |
static interface |
SplitBrainMergeTypes.MultiMapMergeTypes<K,V>
Provided merge types of
MultiMap . |
static interface |
SplitBrainMergeTypes.ReplicatedMapMergeTypes<K,V>
Provided merge types of
ReplicatedMap . |
Copyright © 2023 Hazelcast, Inc.. All rights reserved.