Package | Description |
---|---|
com.hazelcast.hibernate | |
com.hazelcast.map |
Contains Hazelcast map module classes.
|
com.hazelcast.map.merge | |
com.hazelcast.map.operation | |
com.hazelcast.map.wan |
Modifier and Type | Class and Description |
---|---|
class |
VersionAwareMapMergePolicy |
Modifier and Type | Method and Description |
---|---|
MapMergePolicy |
MapService.getMergePolicy(String mergePolicyName) |
MapMergePolicy |
MapContainer.getWanMergePolicy() |
Modifier and Type | Method and Description |
---|---|
boolean |
RecordStore.merge(Data dataKey,
EntryView mergingEntryView,
MapMergePolicy mergePolicy) |
boolean |
DefaultRecordStore.merge(Data dataKey,
EntryView mergingEntry,
MapMergePolicy mergePolicy) |
Modifier and Type | Class and Description |
---|---|
class |
HigherHitsMapMergePolicy
Built-in MergePolicy implementation.
|
class |
LatestUpdateMapMergePolicy
Built-in MergePolicy implementation.
|
class |
PassThroughMergePolicy
Built-in MergePolicy implementation.
|
class |
PutIfAbsentMapMergePolicy
Built-in MergePolicy implementation.
|
Constructor and Description |
---|
MergeOperation(String name,
Data dataKey,
EntryView<Data,Data> entryView,
MapMergePolicy policy) |
Modifier and Type | Method and Description |
---|---|
MapMergePolicy |
MapReplicationUpdate.getMergePolicy() |
Modifier and Type | Method and Description |
---|---|
void |
MapReplicationUpdate.setMergePolicy(MapMergePolicy mergePolicy) |
Constructor and Description |
---|
MapReplicationUpdate(String mapName,
MapMergePolicy mergePolicy,
EntryView entryView) |
Copyright © 2014 Hazelcast, Inc.. All rights reserved.