|
Apache Geode Native .NET Reference 1.15.0
|
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. More... | |
| void | Close (Boolean KeepAlive) |
| Destroys all created pools. More... | |
| PoolFactory ^ | CreateFactory () |
| Creates a new PoolFactory which is used to configure and create Pools. More... | |
| Pool ^ | Find (Client::Region< Object^, Object^>^ region) |
| Find the pool used by the given region. More... | |
| Pool ^ | Find (String^ name) |
| Find by name an existing connection pool. More... | |
| const Dictionary< String^, Pool^> ^ | GetAll () |
| Returns a map containing all the pools in this manager. More... | |
This interface provides for the configuration and creation of instances of PoolFactory.
| void Apache::Geode::Client::PoolManager::Close | ( | ) |
Destroys all created pools.
| void Apache::Geode::Client::PoolManager::Close | ( | Boolean | KeepAlive | ) |
Destroys all created pools.
| PoolFactory ^ Apache::Geode::Client::PoolManager::CreateFactory | ( | ) |
Creates a new PoolFactory which is used to configure and create Pools.
| Pool ^ Apache::Geode::Client::PoolManager::Find | ( | Client::Region< Object^, Object^>^ | region | ) |
Find the pool used by the given region.
| Pool ^ Apache::Geode::Client::PoolManager::Find | ( | String^ | name | ) |
Find by name an existing connection pool.