Uses of Class
org.springframework.data.gemfire.ConfigurableRegionFactoryBean
Packages that use ConfigurableRegionFactoryBean
Package
Description
Package providing integration of
GemFire
with Spring concepts.
Classes providing support for GemFire client configuration.
-
Uses of ConfigurableRegionFactoryBean in org.springframework.data.gemfire
Subclasses of ConfigurableRegionFactoryBean in org.springframework.data.gemfireModifier and TypeClassDescriptionclassThe GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.classclassSpringFactoryBeanused to create an Apache Geode PARTITIONRegion.classSpringFactoryBeanand abstract base class extended by other SDGFactoryBeansused to construct, configure and initialize peerRegions.class -
Uses of ConfigurableRegionFactoryBean in org.springframework.data.gemfire.client
Subclasses of ConfigurableRegionFactoryBean in org.springframework.data.gemfire.clientModifier and TypeClassDescriptionclassSpringFactoryBeanused to construct, configure and initialize a clientRegion.