Package | Description |
---|---|
com.hazelcast.replicatedmap.merge |
Contains out-of-the-box merge policies for
ReplicatedMap . |
Modifier and Type | Class and Description |
---|---|
class |
HigherHitsMapMergePolicy
Merges replicated map entries from source to destination map if the source entry
has more hits than the destination one.
|
class |
LatestUpdateMapMergePolicy
Merges replicated map entries from source to destination map if the source entry
was updated more recently than the destination entry.
|
class |
PassThroughMergePolicy
Merges replicated map entries from source to destination directly unless the merging entry is
null . |
class |
PutIfAbsentMapMergePolicy
Merges replicated map entries from source to destination if they don't exist in the destination map.
|
Copyright © 2018 Hazelcast, Inc.. All rights reserved.