Static Public Member Functions | |
static void | Close () |
static void | Close (Boolean KeepAlive) |
static PoolFactory^ | CreateFactory () |
static Pool^ | Find (Region^ region) |
static Pool^ | Find (String^ name) |
static const Dictionary< String^ , Pool^ >^ | GetAll () |
static void GemStone::GemFire::Cache::PoolManager::Close | ( | ) | [static] |
Destroys all created pools.
static void GemStone::GemFire::Cache::PoolManager::Close | ( | Boolean | KeepAlive | ) | [static] |
Destroys all created pools.
static PoolFactory ^ GemStone::GemFire::Cache::PoolManager::CreateFactory | ( | ) | [static] |
Creates a new PoolFactory which is used to configure and create Pools.
Find the pool used by the given region.
static Pool ^ GemStone::GemFire::Cache::PoolManager::Find | ( | String^ | name | ) | [static] |
Find by name an existing connection pool.
static const Dictionary<String^, Pool^> ^ GemStone::GemFire::Cache::PoolManager::GetAll | ( | ) | [static] |
Returns a map containing all the pools in this manager. The keys are pool names and the values are Pool instances.