Hazelcast C++ Client
Public Member Functions | List of all members
hazelcast::client::ClientProperty Class Reference

A client property is a configuration for hazelcast client. More...

#include <ClientProperties.h>

Public Member Functions

 ClientProperty (const std::string &name, const std::string &defaultValue)
 
const std::string & getName () const
 
const std::string & getDefaultValue () const
 
const char * getSystemProperty () const
 Gets the system environment property value of the property. More...
 

Detailed Description

A client property is a configuration for hazelcast client.

For available configurations see ClientProperties class.

Member Function Documentation

◆ getSystemProperty()

const char * hazelcast::client::ClientProperty::getSystemProperty ( ) const

Gets the system environment property value of the property.

Returns
the value of the property. NULL if no such environment property exist.

The documentation for this class was generated from the following files: