| Class | Description |
|---|---|
| DefaultableDelegatingPoolAdapter |
The
DefaultableDelegatingPoolAdapter class is a wrapper class around Pool
allowing default configuration property values to be provided in the case that the Pool's
settings were null. |
| DelegatingPoolAdapter |
DelegatingPoolAdapter is an abstract implementation of GemFire's Pool interface and extension of
FactoryDefaultsPoolAdapter that delegates operations to the provided Pool instance. |
| FactoryDefaultsPoolAdapter |
FactoryDefaultsPoolAdapter is an abstract implementation of the Pool interface and extension of
PoolAdapter that provides default factory values for all configuration properties
(e.g. freeConnectionTimeout, idleTimeout, etc). |
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.