Class | Description |
---|---|
BeanFactoryPoolResolver | |
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 Pivotal 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). |
PoolManagerPoolResolver |
PoolManagerPoolResolver is an implementation of PoolResolver that delegates all Pool
resolution logic to the Apache Geode PoolManager . |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.