- 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, bool ignorePdxUnreadFields=false, bool readPdxSerialized=false)
- as of NativeClient 3.5, use CacheFactory#createCacheFactory instead.
- Global gemfire::Execution::execute (const char *func, bool hasResult=true, uint32_t timeout=DEFAULT_QUERY_RESPONSE_TIMEOUT, bool isHA=true, bool optimizeForWrite=false)=0
- since 3.6, use of this parameter is ignored
- Global gemfire::Execution::execute (const char *func, bool hasResult=true, uint32_t timeout=DEFAULT_QUERY_RESPONSE_TIMEOUT, bool isHA=true, bool optimizeForWrite=false)=0
- parameters hasResult, isHA and optimizeForWrite are deprecated since NativeClient 3.6, use of these parameters is ignored.
- Global gemfire::Region::getCache () const =0
- as of NativeClient 3.5, use Region#getRegionService instead.
GemFire C++ Cache API Documentation