| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| Map<Data,Collection<MultiMapRecord>> | MultiMapContainer. copyCollections() | 
| Collection<MultiMapRecord> | MultiMapValue. getCollection(boolean copyOf) | 
| Collection<MultiMapRecord> | MultiMapContainer. remove(Data dataKey,
      boolean copyOf) | 
| Collection<MultiMapRecord> | MultiMapContainer. values() | 
| Constructor and Description | 
|---|
| MultiMapValue(Collection<MultiMapRecord> collection) | 
| Modifier and Type | Method and Description | 
|---|---|
| Collection<MultiMapRecord> | MultiMapResponse. getRecordCollection(NodeEngine nodeEngine) | 
| Collection<MultiMapRecord> | MultiMapKeyBasedOperation. remove(boolean copyOf) | 
| Constructor and Description | 
|---|
| EntrySetResponse(Map<Data,Collection<MultiMapRecord>> map,
                NodeEngine nodeEngine) | 
| Modifier and Type | Method and Description | 
|---|---|
| protected Collection<MultiMapRecord> | TransactionalMultiMapProxySupport. getInternal(Data key) | 
| protected Collection<MultiMapRecord> | TransactionalMultiMapProxySupport. removeAllInternal(Data key) | 
| Constructor and Description | 
|---|
| TxnRemoveAllOperation(String name,
                     Data dataKey,
                     Collection<MultiMapRecord> records) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.