Apache Geode Native .NET Framework CHANGELOG

Native Client Pool API

The native client API allows your clients to create and manage connection pools. The server side does not have an API.

This section lists the primary native client API for pool management. For complete information on the classes and interfaces described here, see the API documentation.

Apache.Geode.Client.Cache

  • Pool interface. API to retrieve pool attributes.
  • PoolFactory interface. API to configure pool attributes.
  • PoolManager interface. API to create a PoolFactory object and to find the pool objects.
  • AttributesFactory class. Has a new method setPoolname which assigns a pool to a region. Operations performed on the configured region use connections from the pool.

Note: A region can have a pool attached to it. A pool may have multiple regions attached to it.