| Package | Description |
|---|---|
| com.hazelcast.core |
Provides core API interfaces/classes.
|
| com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
| com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values.
|
interface |
TransactionalMultiMap<K,V>
Transactional implementation of
BaseMultiMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMultiMapProxy<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalMultiMapProxy<K,V> |
class |
TransactionalMultiMapProxySupport<K,V> |
Copyright © 2018. All Rights Reserved.