This interface provides for the configuration and creation of instances of PoolFactory.
More...
This interface provides for the configuration and creation of instances of PoolFactory.
◆ Close() [1/2]
static void Apache::Geode::Client::PoolManager::Close |
( |
| ) |
|
|
static |
Destroys all created pools.
◆ Close() [2/2]
static void Apache::Geode::Client::PoolManager::Close |
( |
Boolean |
KeepAlive | ) |
|
|
static |
Destroys all created pools.
◆ CreateFactory()
static PoolFactory ^ Apache::Geode::Client::PoolManager::CreateFactory |
( |
| ) |
|
|
static |
Creates a new PoolFactory which is used to configure and create Pools.
◆ Find() [1/2]
static Pool ^ Apache::Geode::Client::PoolManager::Find |
( |
Client::Region< Object^, Object^>^ |
region | ) |
|
|
static |
Find the pool used by the given region.
◆ Find() [2/2]
static Pool ^ Apache::Geode::Client::PoolManager::Find |
( |
String^ |
name | ) |
|
|
static |
Find by name an existing connection pool.
◆ GetAll()
static const Dictionary<String^, Pool^> ^ Apache::Geode::Client::PoolManager::GetAll |
( |
| ) |
|
|
static |
Returns a map containing all the pools in this manager.
The keys are pool names and the values are Pool instances.