Package | Description |
---|---|
com.hazelcast.replicatedmap.impl |
This package contains the implementation of the replicated map service itself and some connection interfaces only used
internally.
|
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 merge policies for
ReplicatedMap |
Class and Description |
---|
MergePolicyProvider
A provider for
ReplicatedMapMergePolicy instances. |
Class and Description |
---|
ReplicatedMapMergePolicy
A policy for merging replicated maps after a split-brain was detected and the different network partitions need
to be merged.
|
Class and Description |
---|
ReplicatedMapMergePolicy
A policy for merging replicated maps after a split-brain was detected and the different network partitions need
to be merged.
|
Class and Description |
---|
HigherHitsMapMergePolicy
HigherHitsMapMergePolicy causes the merging entry to be merged from source to destination map
if source entry has more hits than the destination one.
|
LatestUpdateMapMergePolicy
LatestUpdateMapMergePolicy causes the merging entry to be merged from source to destination map
if source entry has updated more recently than the destination entry.
|
PassThroughMergePolicy
PassThroughMergePolicy causes the merging entry to be merged from source to destination map
unless merging entry is null.
|
PutIfAbsentMapMergePolicy
PutIfAbsentMapMergePolicy causes the merging entry to be merged from source to destination map
if it does not exist in the destination map.
|
ReplicatedMapMergePolicy
A policy for merging replicated maps after a split-brain was detected and the different network partitions need
to be merged.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.