| Package | Description |
|---|---|
| com.hazelcast.client.txn |
This package contains client transaction code
|
| com.hazelcast.client.txn.proxy | |
| com.hazelcast.jca | |
| com.hazelcast.multimap.txn | |
| com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMultiMap<K,V> |
TransactionContextProxy.getMultiMap(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTxnMultiMapProxy<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMultiMap<K,V> |
HazelcastConnection.getTransactionalMultiMap(String name) |
<K,V> TransactionalMultiMap<K,V> |
HazelcastConnectionImpl.getTransactionalMultiMap(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalMultiMapProxy<K,V> |
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMultiMap<K,V> |
TransactionalTaskContext.getMultiMap(String name)
Returns the transactional multimap instance with the specified name.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.