Package org.springframework.data.gemfire.client.support
package org.springframework.data.gemfire.client.support
-
ClassDescription
PoolResolver
implementation used to resolve the DEFAULTPool
from aClientCache
instance by lazily resolving theClientCache
instance and callingClientCache.getDefaultPool()
on DEFAULTPool
resolution.Composite ofPoolResolvers
functioning as a singlePoolResolver
.TheDefaultableDelegatingPoolAdapter
class is a wrapper class aroundPool
allowing default configuration property values to be provided in the case that thePool's
settings were null.DelegatingPoolAdapter
is an abstract implementation of GemFire'sPool
interface and extension ofFactoryDefaultsPoolAdapter
that delegates operations to the providedPool
instance.FactoryDefaultsPoolAdapter
is an abstract implementation of thePool
interface and extension ofPoolAdapter
that provides default factory values for all configuration properties (e.g.PoolManagerPoolResolver
is an implementation ofPoolResolver
that delegates allPool
resolution logic to the Apache GeodePoolManager
.PoolResolver
implementation that resolves a single, configuredPool
.