|
Hazelcast C++ Client
|
A client property is a configuration for hazelcast client. More...
#include <ClientProperties.h>
Public Member Functions | |
| ClientProperty (ClientConfig &config, const std::string &name, const std::string &defaultValue) | |
| std::string | getName () const |
| std::string | getValue () const |
| int | getInteger () const |
| byte | getByte () const |
| bool | getBoolean () const |
| std::string | getString () const |
| long | getLong () const |
A client property is a configuration for hazelcast client.
For available configurations see ClientProperties class.
1.8.11