Namespace: Hazelcast.Transaction
Assembly: Hazelcast.Net (in Hazelcast.Net.dll) Version: 3.9
Syntax
Members
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. |
See Also