Package | Description |
---|---|
com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.operations |
Contains operations for Hazelcast MultiMap module.
|
com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
com.hazelcast.spi.impl.merge |
This package contains split-brain related classes.
|
Modifier and Type | Method and Description |
---|---|
Map<Data,Collection<MultiMapRecord>> |
MultiMapContainer.copyCollections() |
Collection<MultiMapRecord> |
MultiMapValue.getCollection(boolean copyOf) |
Collection<MultiMapRecord> |
MultiMapMergeContainer.getRecords() |
Collection<MultiMapRecord> |
MultiMapContainer.remove(Data dataKey,
boolean copyOf) |
Collection<MultiMapRecord> |
MultiMapContainer.values() |
Constructor and Description |
---|
MultiMapMergeContainer(Data key,
Collection<MultiMapRecord> records,
long creationTime,
long lastAccessTime,
long lastUpdateTime,
long hits) |
MultiMapValue(Collection<MultiMapRecord> collection) |
Modifier and Type | Method and Description |
---|---|
Collection<MultiMapRecord> |
MultiMapResponse.getRecordCollection(NodeEngine nodeEngine) |
Constructor and Description |
---|
EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map,
NodeEngine nodeEngine) |
Constructor and Description |
---|
TxnRemoveAllOperation(String name,
Data dataKey,
Collection<MultiMapRecord> records) |
Modifier and Type | Method and Description |
---|---|
static SplitBrainMergeTypes.MultiMapMergeTypes |
MergingValueFactory.createMergingEntry(SerializationService serializationService,
MultiMapContainer container,
Data dataKey,
Collection<MultiMapRecord> records,
long hits) |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.