| Package | Description |
|---|---|
| com.hazelcast.map.impl.tx |
Contains implementation classes for
TransactionalMap |
| 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 |
TransactionalMapProxy
Proxy implementation of
TransactionalMap interface. |
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMap<K,V> |
TransactionalTaskContext.getMap(String name)
Returns the transactional distributed map instance with the specified name.
|
| Modifier and Type | Method and Description |
|---|---|
<K,V> TransactionalMap<K,V> |
XATransactionContextImpl.getMap(String name) |
Copyright © 2018. All Rights Reserved.