Hazelcast C++ Client
|
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.
const char * hazelcast::client::client_property::get_system_property | ( | ) | const |
Gets the system environment property value of the property.