Uses of Class
org.springframework.data.gemfire.PeerRegionFactoryBean
-
Uses of PeerRegionFactoryBean 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
-
Uses of PeerRegionFactoryBean in org.springframework.data.gemfire.config.annotation
Modifier 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
Modifier and TypeMethodDescriptionprotected PeerRegionFactoryBean<K,
V> CacheTypeAwareRegionFactoryBean.newPeerRegionFactoryBean()
Constructs asub-type
of thePeerRegionFactoryBean
class based on theCacheTypeAwareRegionFactoryBean.getServerRegionShortcut()
andCacheTypeAwareRegionFactoryBean.getDataPolicy()
.