Uses of Class
org.springframework.data.gemfire.PeerRegionFactoryBean
Packages that use PeerRegionFactoryBean
-
Uses of PeerRegionFactoryBean in org.springframework.data.gemfire
Subclasses of PeerRegionFactoryBean in org.springframework.data.gemfireModifier 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
-
Uses of PeerRegionFactoryBean in org.springframework.data.gemfire.config.annotation
Methods in org.springframework.data.gemfire.config.annotation with parameters of type PeerRegionFactoryBeanModifier and TypeMethodDescriptionvoid
LazyResolvingComposableRegionConfigurer.configure
(String beanName, PeerRegionFactoryBean<?, ?> peerRegionFactoryBean) default void
RegionConfigurer.configure
(String beanName, PeerRegionFactoryBean<?, ?> bean) Configuration callback method providing a reference to aPeerRegionFactoryBean
used to construct, configure and initialize an instance of a peerRegion
. -
Uses of PeerRegionFactoryBean in org.springframework.data.gemfire.config.annotation.support
Methods in org.springframework.data.gemfire.config.annotation.support that return PeerRegionFactoryBeanModifier and TypeMethodDescriptionprotected PeerRegionFactoryBean<K,
V> CacheTypeAwareRegionFactoryBean.newPeerRegionFactoryBean()
Constructs asub-type
of thePeerRegionFactoryBean
class based on theCacheTypeAwareRegionFactoryBean.getServerRegionShortcut()
andCacheTypeAwareRegionFactoryBean.getDataPolicy()
.