Uses of Class
org.springframework.data.gemfire.ResolvableRegionFactoryBean
Packages that use ResolvableRegionFactoryBean
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
-
Uses of ResolvableRegionFactoryBean in org.springframework.data.gemfire
Subclasses of ResolvableRegionFactoryBean in org.springframework.data.gemfireModifier and TypeClassDescriptionclassConfigurableRegionFactoryBeanis an abstract base class encapsulating functionality common to all configurableRegionFactoryBeans.classThe GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.classclassThe LookupRegionFactoryBean class is a concrete implementation of ResolvableRegionFactoryBean for handling >gfe:lookup-region/< SDG XML namespace (XSD) elements.classSpringFactoryBeanused to create an Apache Geode PARTITIONRegion.classSpringFactoryBeanand abstract base class extended by other SDGFactoryBeansused to construct, configure and initialize peerRegions.class -
Uses of ResolvableRegionFactoryBean in org.springframework.data.gemfire.client
Subclasses of ResolvableRegionFactoryBean in org.springframework.data.gemfire.clientModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct, configure and initialize a clientRegion. -
Uses of ResolvableRegionFactoryBean in org.springframework.data.gemfire.config.annotation.support
Subclasses of ResolvableRegionFactoryBean in org.springframework.data.gemfire.config.annotation.supportModifier and TypeClassDescriptionclassTheCacheTypeAwareRegionFactoryBeanclass is a smart SpringFactoryBeanthat knows how to create a client or serverRegiondepending on whether theGemFireCacheis aClientCacheor a peerCache.