- 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 (CacheableVectorPtr &routingObj, CacheablePtr &args, ResultCollectorPtr &rs, const char *func, bool hasResult, uint32_t timeout, bool isHA, bool optimizeForWrite)=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
- 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::FixedPartitionResolver::getPartitionName (const EntryEvent &opDetails, CacheableHashSetPtr targetPartitions)=0
- as of NativeClient 7.5 Avoid using this parameter. This set is deprecated from 7.5 and same will be removed in future release. represents all the available primary partitions on the nodes
- Global gemfire::Region::getCache () const =0
- as of NativeClient 3.5, use Region#getRegionService instead.
- Class gemfire::SignalHandler
- since 8.2.1.
GemFire C++ Cache API Documentation