Hazelcast C++ Client
 All Classes Functions Variables Enumerations Enumerator Pages
Public Types | Public Member Functions | Public Attributes | List of all members
hazelcast::client::TransactionType Class Reference

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.
 

Detailed Description

Transaction type.


The documentation for this class was generated from the following files: