VMware GemFire Native .NET Reference  9.1
Apache::Geode::Client::PoolManager Class Reference

This interface provides for the configuration and creation of instances of PoolFactory. More...

Static Public Member Functions

static void Close (Boolean KeepAlive)
 Destroys all created pools. More...
 
static void Close ()
 Destroys all created pools. More...
 
static PoolFactoryCreateFactory ()
 Creates a new PoolFactory which is used to configure and create Pools. More...
 
static PoolFind (String^ name)
 Find by name an existing connection pool. More...
 
static PoolFind (Client::Region< Object^ , Object^ >^region)
 Find the pool used by the given region. More...
 
static const Dictionary< String^ , Pool^ >^ GetAll ()
 Returns a map containing all the pools in this manager. More...
 

Detailed Description

This interface provides for the configuration and creation of instances of PoolFactory.

Member Function Documentation

static void Apache::Geode::Client::PoolManager::Close ( Boolean  KeepAlive)
static

Destroys all created pools.

static void Apache::Geode::Client::PoolManager::Close ( )
static

Destroys all created pools.

static PoolFactory ^ Apache::Geode::Client::PoolManager::CreateFactory ( )
static

Creates a new PoolFactory which is used to configure and create Pools.

static Pool ^ Apache::Geode::Client::PoolManager::Find ( String^  name)
static

Find by name an existing connection pool.

static Pool ^ Apache::Geode::Client::PoolManager::Find ( Client::Region< Object^ , Object^ >^  region)
static

Find the pool used by the given region.

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.


Pivotal GemFire .NET Cache API Documentation