|
Hazelcast C++ Client
|
Transaction type. More...
#include <TransactionOptions.h>
Public Types | |
| enum | Type { TWO_PHASE = 1, LOCAL = 2 } |
| Type enum. | |
Public Member Functions | |
| TransactionType (Type value) | |
| Constructor. | |
| operator int () const | |
| cast to int. | |
| void | operator= (int i) |
| copy constructor. | |
Public Attributes | |
| Type | value |
| value. | |
Transaction type.
1.8.11