VMware GemFire Native Client .NET Framework API Reference
|
VMware VMware GemFire Native .NET Reference 10.4.3
|
Loading...
Searching...
No Matches
Apache::Geode::Client::PoolManager Class Reference
This interface provides for the configuration and creation of instances of PoolFactory. More...
#include <PoolManager.hpp>
Public Member Functions | |
| void | Close () |
| Destroys all created pools. | |
| void | Close (Boolean KeepAlive) |
| Destroys all created pools. | |
| PoolFactory ^ | CreateFactory () |
| Creates a new PoolFactory which is used to configure and create Pools. | |
| Pool ^ | Find (Client::Region< Object^, Object^>^ region) |
| Find the pool used by the given region. | |
| Pool ^ | Find (String^ name) |
| Find by name an existing connection pool. | |
| const Dictionary< String^, Pool^> ^ | GetAll () |
| Returns a map containing all the pools in this manager. | |
Detailed Description
This interface provides for the configuration and creation of instances of PoolFactory.
Member Function Documentation
◆ Close() [1/2]
| void Apache::Geode::Client::PoolManager::Close | ( | ) |
Destroys all created pools.
◆ Close() [2/2]
| void Apache::Geode::Client::PoolManager::Close | ( | Boolean | KeepAlive | ) |
Destroys all created pools.
◆ CreateFactory()
| PoolFactory ^ Apache::Geode::Client::PoolManager::CreateFactory | ( | ) |
Creates a new PoolFactory which is used to configure and create Pools.
◆ Find() [1/2]
| Pool ^ Apache::Geode::Client::PoolManager::Find | ( | Client::Region< Object^, Object^>^ | region | ) |
Find the pool used by the given region.
◆ Find() [2/2]
| Pool ^ Apache::Geode::Client::PoolManager::Find | ( | String^ | name | ) |
Find by name an existing connection pool.
◆ GetAll()
Apache Geode C++ Cache .NET API Documentation