VMware GemFire Native Client C++ API Reference
|
VMware VMware GemFire Native C++ Reference 10.4.3
|
Loading...
Searching...
No Matches
PoolManager.hpp
Caches are obtained from the create method on the CacheFactory#create class.
Definition Cache.hpp:65
entry point for function execution
Definition FunctionService.hpp:45
This interface provides for the configuration and creation of instances of Pool.
Definition PoolFactory.hpp:68
Manages creation and access to connection pools for clients.
Definition PoolManager.hpp:61
std::shared_ptr< Pool > find(const std::shared_ptr< Region > ®ion) const
Find the pool used by the given region.
std::shared_ptr< Pool > find(const std::string &name) const
Find by name an existing connection pool returning the existing pool or nullptr if it does not exist.
void close(bool keepAlive=false)
Unconditionally destroys all created pools that are in this manager.
PoolFactory createFactory() const
Creates a new pool factory, which is used to configure and create new Pools.
const HashMapOfPools & getAll() const
Returns a map containing all the pools in this manager.
Provides for the configuration and creation of instances of Region.
Definition RegionFactory.hpp:43
Apache Geode C++ Cache API Documentation