Pivotal GemFire Native .NET Reference  10.0.5
Apache::Geode::Client::PoolManager Class Reference

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

Public Member Functions

void Close ()
 Destroys all created pools. More...
 
void Close (Boolean KeepAlive)
 Destroys all created pools. More...
 
PoolFactoryCreateFactory ()
 Creates a new PoolFactory which is used to configure and create Pools. More...
 
PoolFind (Client::Region< Object^, Object^>^ region)
 Find the pool used by the given region. More...
 
PoolFind (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...
 

Detailed Description

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

Member Function Documentation

◆ Close() [1/2]

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

Destroys all created pools.

◆ Close() [2/2]

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

Destroys all created pools.

◆ CreateFactory()

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

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

◆ Find() [1/2]

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

Find the pool used by the given region.

◆ Find() [2/2]

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

Find by name an existing connection pool.

◆ GetAll()

const Dictionary<String^, Pool^> ^ Apache::Geode::Client::PoolManager::GetAll ( )

Returns a map containing all the pools in this manager.

The keys are pool names and the values are Pool instances.


Apache Geode C++ Cache .NET API Documentation