- Global gemfire::AttributesFactory::setClientNotificationEnabled (bool clientNotificationEnabled)
- since 3.5, use PoolFactory#setSubscriptionEnabled instead.
- Global gemfire::AttributesFactory::setEndpoints (const char *endpoints)
- since 3.5, use PoolFactory#addServer or PoolFactory#addLocatorinstead.
- Global gemfire::AttributesFactory::setScope (const ScopeType::Scope scopeType)
- since 3.5
- Global gemfire::Cache::createRegion (const char *name, const RegionAttributesPtr &aRegionAttributes)
- as of NativeClient 3.5, use Cache#createRegionFactory instead.
- Global gemfire::CacheAttributesFactory::setEndpoints (const char *endPoints)
- since 3.5, use PoolFactory#addServer or PoolFactory#addLocatorinstead.
- Global gemfire::CacheAttributesFactory::setRedundancyLevel (int redundancyLevel)
- since 3.5, use PoolFactory#setSubscriptionRedundancy instead.
- Global gemfire::CacheFactory::create (const char *name, DistributedSystemPtr &system, const CacheAttributesPtr &attrs)
- as of NativeClient 3.5, use CacheFactory#createCacheFactory instead.
- Global gemfire::CacheFactory::create (const char *name, DistributedSystemPtr &system, const char *cacheXml=0, const CacheAttributesPtr &attrs=gemfireNullSharedBase::s_instancePtr)
- as of NativeClient 3.5, use CacheFactory#createCacheFactory instead.
- Global gemfire::Region::getCache () const =0
- as of NativeClient 3.5, use Region#getRegionService instead.
GemFire C++ Cache API Documentation