16 #ifndef HAZELCAST_GROUP_CONFIG
17 #define HAZELCAST_GROUP_CONFIG
19 #include "hazelcast/util/HazelcastDll.h"
22 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
24 #pragma warning(disable: 4251) //for dll export
51 GroupConfig(
const std::string &name,
const std::string &password);
59 std::string getPassword()
const;
66 std::string getName()
const;
74 GroupConfig &setPassword(
const std::string &password);
92 #if defined(WIN32) || defined(_WIN32) || defined(WIN64) || defined(_WIN64)
Contains the configuration for Hazelcast groups.
Definition: GroupConfig.h:36