Uses of Class
org.springframework.data.gemfire.client.PoolAdapter
Packages that use PoolAdapter
-
Uses of PoolAdapter in org.springframework.data.gemfire.client.support
Subclasses of PoolAdapter in org.springframework.data.gemfire.client.supportModifier and TypeClassDescriptionclass
DelegatingPoolAdapter
is an abstract implementation of GemFire'sPool
interface and extension ofFactoryDefaultsPoolAdapter
that delegates operations to the providedPool
instance.class
FactoryDefaultsPoolAdapter
is an abstract implementation of thePool
interface and extension ofPoolAdapter
that provides default factory values for all configuration properties (e.g. freeConnectionTimeout, idleTimeout, etc).