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 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.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 TypeMethodDescriptionvoidLazyResolvingComposableRegionConfigurer.configure(String beanName, PeerRegionFactoryBean<?, ?> peerRegionFactoryBean) default voidRegionConfigurer.configure(String beanName, PeerRegionFactoryBean<?, ?> bean) Configuration callback method providing a reference to aPeerRegionFactoryBeanused 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-typeof thePeerRegionFactoryBeanclass based on theCacheTypeAwareRegionFactoryBean.getServerRegionShortcut()andCacheTypeAwareRegionFactoryBean.getDataPolicy().