18 #include "hazelcast/util/export.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable : 4251)
55 transaction_type get_transaction_type()
const;
71 transaction_type transaction_type);
77 std::chrono::milliseconds get_timeout()
const;
98 int get_durability()
const;
114 std::chrono::milliseconds timeout_;
116 transaction_type transaction_type_;
121 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Contains the configuration for a Hazelcast transaction.
transaction_type
Transaction type.