| Class | Description |
|---|---|
| DefaultableDelegatingPoolAdapter |
The DefaultableDelegatingPoolAdapter class is a wrapper class around Pool allowing default configuration property
values to be providing in the case that the Pool's setting 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 GemFire's
Pool
interface and extension of PoolAdapter providing default factory values for all configuration properties
(e.g. freeConnectionTimeout, idleTimeout, etc). |