|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MapMergePolicy | |
|---|---|
| com.hazelcast.hibernate | Contains interfaces/classes related to Hibernate. |
| com.hazelcast.map.impl | Contains implementation specific classes of com.hazelcast.map package. |
| com.hazelcast.map.impl.operation | Package for map operations. |
| com.hazelcast.map.impl.wan | Contains wan replication event classes |
| com.hazelcast.map.merge | Contains merge policies for IMap |
| Uses of MapMergePolicy in com.hazelcast.hibernate |
|---|
| Classes in com.hazelcast.hibernate that implement MapMergePolicy | |
|---|---|
class |
VersionAwareMapMergePolicy
A merge policy implementation to handle split brain remerges based on the timestamps stored in the values. |
| Uses of MapMergePolicy in com.hazelcast.map.impl |
|---|
| Methods in com.hazelcast.map.impl that return MapMergePolicy | |
|---|---|
MapMergePolicy |
MapContainer.getWanMergePolicy()
|
| Methods in com.hazelcast.map.impl with parameters of type MapMergePolicy | ||
|---|---|---|
static
|
EntryViews.convertToLazyEntryView(EntryView entryView,
SerializationService serializationService,
MapMergePolicy mergePolicy)
|
|
static
|
EntryViews.createLazyEntryView(K key,
V value,
Record record,
SerializationService serializationService,
MapMergePolicy mergePolicy)
|
|
boolean |
RecordStore.merge(Data dataKey,
EntryView mergingEntryView,
MapMergePolicy mergePolicy)
|
|
boolean |
DefaultRecordStore.merge(Data key,
EntryView mergingEntry,
MapMergePolicy mergePolicy)
|
|
| Uses of MapMergePolicy in com.hazelcast.map.impl.operation |
|---|
| Constructors in com.hazelcast.map.impl.operation with parameters of type MapMergePolicy | |
|---|---|
MergeOperation(String name,
Data dataKey,
EntryView<Data,Data> entryView,
MapMergePolicy policy)
|
|
| Uses of MapMergePolicy in com.hazelcast.map.impl.wan |
|---|
| Methods in com.hazelcast.map.impl.wan that return MapMergePolicy | |
|---|---|
MapMergePolicy |
MapReplicationUpdate.getMergePolicy()
|
| Methods in com.hazelcast.map.impl.wan with parameters of type MapMergePolicy | |
|---|---|
void |
MapReplicationUpdate.setMergePolicy(MapMergePolicy mergePolicy)
|
| Constructors in com.hazelcast.map.impl.wan with parameters of type MapMergePolicy | |
|---|---|
MapReplicationUpdate(String mapName,
MapMergePolicy mergePolicy,
EntryView entryView)
|
|
| Uses of MapMergePolicy in com.hazelcast.map.merge |
|---|
| Classes in com.hazelcast.map.merge that implement MapMergePolicy | |
|---|---|
class |
HigherHitsMapMergePolicy
HigherHitsMapMergePolicy causes the merging entry to be merged from source to destination map if source entry has more hits than the destination one. |
class |
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. |
class |
PassThroughMergePolicy
PassThroughMergePolicy causes the merging entry to be merged from source to destination map unless merging entry is null. |
class |
PutIfAbsentMapMergePolicy
PutIfAbsentMapMergePolicy causes the merging entry to be merged from source to destination map if it does not exist in the destination map. |
| Methods in com.hazelcast.map.merge that return MapMergePolicy | |
|---|---|
MapMergePolicy |
MergePolicyProvider.getMergePolicy(String className)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||