| Package | Description |
|---|---|
| com.hazelcast.client.txn |
This package contains client transaction code
|
| com.hazelcast.transaction |
Provides interfaces/classes for Hazelcast transaction support.
|
| Modifier and Type | Class and Description |
|---|---|
class |
TransactionContextProxy |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TransactionContext
Provides a context to do transactional operations; so beginning/committing transactions, but also retrieving
transactional data-structures like the
TransactionalMap. |
| Modifier and Type | Method and Description |
|---|---|
T |
TransactionalTask.execute(TransactionalTaskContext context)
Executes the transactional logic.
|
Copyright © 2021 Hazelcast, Inc.. All rights reserved.