Uses of Class
org.springframework.data.gemfire.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
Modifier and TypeClassDescriptionclass
ConfigurableRegionFactoryBean
is an abstract base class encapsulating functionality common to all configurableRegion
FactoryBeans
.class
The GenericRegionFactoryBean class is an extension of the abstract, base PeerRegionFactoryBean class enabling developers to define a GemFire Cache Region with defaults.class
class
The LookupRegionFactoryBean class is a concrete implementation of ResolvableRegionFactoryBean for handling >gfe:lookup-region/< SDG XML namespace (XSD) elements.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 ResolvableRegionFactoryBean in org.springframework.data.gemfire.client
Modifier and TypeClassDescriptionclass
SpringFactoryBean
used to construct, configure and initialize a clientRegion
. -
Uses of ResolvableRegionFactoryBean in org.springframework.data.gemfire.config.annotation.support
Modifier and TypeClassDescriptionclass
TheCacheTypeAwareRegionFactoryBean
class is a smart SpringFactoryBean
that knows how to create a client or serverRegion
depending on whether theGemFireCache
is aClientCache
or a peerCache
.