Pivotal GemFire Native C++ Reference  10.0.5
apache::geode::client::CacheAttributes Class Reference

Public Member Functions

const std::string & getEndpoints ()
 Gets cache level endpoints list. More...
 
int getRedundancyLevel ()
 public static methods More...
 

Detailed Description

Defines attributes for configuring a cache. Currently the following attributes are defined: redundancyLevel: Redundancy for HA client queues. endpoints: Cache level endpoints list.

To create an instance of this interface, use {}. For compatibility rules and default values, see { CacheAttributesFactory}. Note that the CacheAttributes are not distributed with the region.

See also
CacheAttributesFactory

Member Function Documentation

◆ getEndpoints()

const std::string& apache::geode::client::CacheAttributes::getEndpoints ( )

Gets cache level endpoints list.

◆ getRedundancyLevel()

int apache::geode::client::CacheAttributes::getRedundancyLevel ( )

public static methods

Gets redundancy level for regions in the cache.


Apache Geode C++ Cache API Documentation