| Package | Description |
|---|---|
| com.hazelcast.multimap | |
| com.hazelcast.multimap.operations | |
| com.hazelcast.multimap.txn |
| Modifier and Type | Method and Description |
|---|---|
Map<Data,Collection<MultiMapRecord>> |
MultiMapContainer.copyCollections() |
Collection<MultiMapRecord> |
MultiMapWrapper.getCollection(boolean copyOf) |
Collection<MultiMapRecord> |
MultiMapContainer.remove(Data dataKey,
boolean copyOf) |
Collection<MultiMapRecord> |
MultiMapContainer.values() |
| Constructor and Description |
|---|
MultiMapWrapper(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 © 2021 Hazelcast, Inc.. All rights reserved.