Package | Description |
---|---|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.operations |
Contains operations for Hazelcast MultiMap module.
|
Modifier and Type | Method and Description |
---|---|
MultiMapValue |
MultiMapContainer.merge(MergingEntry<Data,MultiMapMergeContainer> mergingEntry,
SplitBrainMergePolicy mergePolicy)
Merges the given
MergingEntry via the given SplitBrainMergePolicy . |
Modifier and Type | Method and Description |
---|---|
void |
MultiMapService.insertMigratedData(int partitionId,
Map<String,Map<Data,MultiMapValue>> map) |
Modifier and Type | Method and Description |
---|---|
MultiMapValue |
MultiMapKeyBasedOperation.getMultiMapValueOrNull() |
MultiMapValue |
MultiMapKeyBasedOperation.getOrCreateMultiMapValue() |
Constructor and Description |
---|
MultiMapReplicationOperation(Map<String,Map<Data,MultiMapValue>> map) |
Copyright © 2018 Hazelcast, Inc.. All Rights Reserved.