Uses of Class
org.springframework.data.gemfire.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
Modifier and TypeClassDescriptionclass
The GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.class
class
SpringFactoryBean
used to create an Apache Geode PARTITIONRegion
.class
SpringFactoryBean
and abstract base class extended by other SDGFactoryBeans
used to construct, configure and initialize peerRegions
.class
-
Uses of ConfigurableRegionFactoryBean in org.springframework.data.gemfire.client
Modifier and TypeClassDescriptionclass
SpringFactoryBean
used to construct, configure and initialize a clientRegion
.