| Package | Description |
|---|---|
| com.hazelcast.client.impl.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
| com.hazelcast.client.impl.proxy.txn |
Contains classes related to proxy for client transactions
|
| com.hazelcast.multimap |
Contains the API for the
MultiMap. |
| com.hazelcast.multimap.impl |
Contains classes for Hazelcast MultiMap module.
|
| com.hazelcast.multimap.impl.txn |
This package contains the Transaction behavior for the Multimap.
|
| com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClientMultiMapProxy<K,V>
Proxy implementation of
MultiMap. |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTxnMultiMapProxy<K,V>
Proxy implementation of
TransactionalMultiMap |
| Modifier and Type | Interface and Description |
|---|---|
interface |
MultiMap<K,V>
A specialized map whose keys can be associated with multiple values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ObjectMultiMapProxy<K,V> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalMultiMapProxy<K,V> |
class |
TransactionalMultiMapProxySupport<K,V> |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionalMultiMap<K,V>
Transactional implementation of
BaseMultiMap. |
Copyright © 2019 Hazelcast, Inc.. All rights reserved.