VMware GemFire Native .NET Reference  9.2.4
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 ()
 Destroys all created pools. More...
 
static void Close (Boolean KeepAlive)
 Destroys all created pools. More...
 
static PoolFactoryCreateFactory ()
 Creates a new PoolFactory which is used to configure and create Pools. More...
 
static PoolFind (Client::Region< Object^, Object^>^ region)
 Find the pool used by the given region. More...
 
static PoolFind (String^ name)
 Find by name an existing connection pool. 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

◆ 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.


VMware GemFire .NET Cache API Documentation