| Package | Description |
|---|---|
| com.hazelcast.client.txn |
This package contains client transaction code
|
| com.hazelcast.client.txn.proxy | |
| com.hazelcast.collection.txn | |
| com.hazelcast.jca | |
| com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
| Modifier and Type | Method and Description |
|---|---|
<E> TransactionalList<E> |
TransactionContextProxy.getList(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTxnListProxy<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalListProxy<E> |
| Modifier and Type | Method and Description |
|---|---|
<E> TransactionalList<E> |
HazelcastConnection.getTransactionalList(String name) |
<E> TransactionalList<E> |
HazelcastConnectionImpl.getTransactionalList(String name) |
| Modifier and Type | Method and Description |
|---|---|
<E> TransactionalList<E> |
TransactionalTaskContext.getList(String name)
Returns the transactional list instance with the specified name.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.