Uses of Class
org.springframework.data.gemfire.client.PoolAdapter
-
Uses of PoolAdapter in org.springframework.data.gemfire.client.support
Modifier 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).