| 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> TransactionalSet<E> |
TransactionContextProxy.getSet(String name) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClientTxnSetProxy<E> |
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionalSetProxy<E> |
| Modifier and Type | Method and Description |
|---|---|
<E> TransactionalSet<E> |
HazelcastConnection.getTransactionalSet(String name) |
<E> TransactionalSet<E> |
HazelcastConnectionImpl.getTransactionalSet(String name) |
| Modifier and Type | Method and Description |
|---|---|
<E> TransactionalSet<E> |
TransactionalTaskContext.getSet(String name)
Returns the transactional set instance with the specified name.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.