|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
IMap
See:
Description
Interface Summary | |
---|---|
MapMergePolicy | A policy for merging maps after a splitbrain was detected and the different network partitions need to be merged. |
Class Summary | |
---|---|
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. |
MergePolicyProvider | A provider for MergePolicyProvider instances. |
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. |
Contains merge policies for IMap
|
||||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |