Package | Description |
---|---|
com.hazelcast.internal.config |
Contains functionality for Hazelcast configurations.
|
com.hazelcast.replicatedmap.impl.operation |
This package contains replicated map operations which are executed on remote nodes
|
com.hazelcast.replicatedmap.impl.record |
This package contains the implementation of the backing data storage for the replicated map implementation
|
com.hazelcast.replicatedmap.merge |
Contains out-of-the-box merge policies for
ReplicatedMap . |
Class and Description |
---|
MergePolicyProvider
A provider for
ReplicatedMapMergePolicy instances. |
Class and Description |
---|
ReplicatedMapMergePolicy
Policy for merging replicated map entries after a split-brain has been healed.
|
Class and Description |
---|
ReplicatedMapMergePolicy
Policy for merging replicated map entries after a split-brain has been healed.
|
Class and Description |
---|
HigherHitsMapMergePolicy
Merges replicated map entries from source to destination map if the source entry
has more hits than the destination one.
|
LatestUpdateMapMergePolicy
Merges replicated map entries from source to destination map if the source entry
was updated more recently than the destination entry.
|
PassThroughMergePolicy
Merges replicated map entries from source to destination directly unless the merging entry is
null . |
PutIfAbsentMapMergePolicy
Merges replicated map entries from source to destination if they don't exist in the destination map.
|
ReplicatedMapMergePolicy
Policy for merging replicated map entries after a split-brain has been healed.
|
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.