| Package | Description | 
|---|---|
| com.hazelcast.client.proxy.txn | Contains classes related to proxy for client transactions | 
| com.hazelcast.client.proxy.txn.xa | Contains classes related to proxy for XA | 
| com.hazelcast.multimap.impl.txn | This package contains the Transaction behavior for the Multimap. | 
| com.hazelcast.spring.transaction | Contains Hazelcast transaction classes for Spring Transaction API. | 
| com.hazelcast.transaction | Provides interfaces/classes for Hazelcast transaction support. | 
| com.hazelcast.transaction.impl.xa | Provides implementation for Hazelcast XA transaction support. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ClientTxnMultiMapProxy<K,V>Proxy implementation of  TransactionalMultiMap | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMultiMap<K,V> | TransactionContextProxy. getMultiMap(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMultiMap<K,V> | XATransactionContextProxy. getMultiMap(String name) | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | TransactionalMultiMapProxy<K,V> | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMultiMap<K,V> | ManagedTransactionalTaskContext. getMultiMap(String name) | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMultiMap<K,V> | TransactionalTaskContext. getMultiMap(String name)Returns the transactional multimap instance with the specified name. | 
| Modifier and Type | Method and Description | 
|---|---|
| <K,V> TransactionalMultiMap<K,V> | XATransactionContextImpl. getMultiMap(String name) | 
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.