![]() |
Hazelcast C++ Client
Hazelcast C++ Client Library
|
A client property is a configuration for hazelcast client. More...
#include <client_properties.h>
Public Member Functions | |
client_property (const std::string &name, const std::string &default_value) | |
const std::string & | get_name () const |
const std::string & | get_default_value () const |
const char * | get_system_property () const |
Gets the system environment property value of the property. More... | |
A client property is a configuration for hazelcast client.
For available configurations see client_properties class.
Definition at line 40 of file client_properties.h.
const char * hazelcast::client::client_property::get_system_property | ( | ) | const |
Gets the system environment property value of the property.
Definition at line 628 of file client_impl.cpp.