Package org.springframework.data.gemfire.client
package org.springframework.data.gemfire.client
Classes providing support for GemFire client configuration.
-
ClassDescriptionSpring
FactoryBean
used to construct, configure and initialize aClientCache
.SpringFactoryBean
used to construct, configure and initialize a clientRegion
.The ClientRegionShortcutConverter class is a Spring Converter implementation converting String value Client Region Shortcut representations into actual GemFire ClientRegionShortcut enumerated values.SpringConverter
to convert aClientRegionShortcut
into aDataPolicy
.The ClientRegionShortcutWrapper enum is a Java enumerated type that wraps GemFire's ClientRegionShortcuts with Spring Data GemFire ClientRegionShortcutWrapper enumerated values.A SpringBeanFactoryPostProcessor
used to register a Client Region beans for each Region accessible to an Apache Geode or Pivotal GemFire DataSource.Interest<K>The Interest class holds details for registering a client interest.Type of interest registration.The InterestResultPolicyConverter class is a Spring Converter and JavaBeans PropertyEditor capable of converting a String into a GemFire InterestResultPolicyConverter.The InterestResultPolicyType enum is an enumeration of all client Register Interests (result) policy values.KeyInterest<K>Cache Region interest based on individual keys.ThePoolAdapter
class is an abstract base class and default, no-op implementation of thePool
interface that conveniently enables implementing classes to extend this adapter and choose whichPool
methods/operations are supported by this implementation.SpringFactoryBean
used to construct, configure and initialize aPool
.Callback interface to initialize thePoolFactory
used by thisPoolFactoryBean
to create aPool
by providing additional or alternative configuration for the factory.PoolResolver
is a strategy interface for resolving references to Apache GeodePool
instances.Cache interest based on regular expression rather then individual key types.