18 #include "hazelcast/util/export.h"
20 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
22 #pragma warning(disable: 4251)
52 transaction_type get_transaction_type()
const;
72 std::chrono::milliseconds get_timeout()
const;
91 int get_durability()
const;
106 std::chrono::milliseconds timeout_;
108 transaction_type transaction_type_;
113 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Contains the configuration for a Hazelcast transaction.
transaction_type
Transaction type.