![]() |
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. |
A client property is a configuration for hazelcast client.
For available configurations see client_properties class.
Definition at line 39 of file client_properties.h.
hazelcast::client::client_property::client_property | ( | const std::string & | name, |
const std::string & | default_value ) |
Definition at line 1009 of file client_impl.cpp.
const std::string & hazelcast::client::client_property::get_default_value | ( | ) | const |
Definition at line 1022 of file client_impl.cpp.
const std::string & hazelcast::client::client_property::get_name | ( | ) | const |
Definition at line 1016 of file client_impl.cpp.
const char * hazelcast::client::client_property::get_system_property | ( | ) | const |
Gets the system environment property value of the property.
Definition at line 1028 of file client_impl.cpp.