TransactionOptionsTransactionType Enumeration | 
Namespace: Hazelcast.Transaction
| Member name | Value | Description | |
|---|---|---|---|
| TwoPhase | 1 | The two phase commit is separated in 2 parts. | |
| Local | 2 | Obsolete. | |
| OnePhase | 2 | The one phase transaction executes a transaction using a single step at the end; committing the changes. |