@Configuration public class BeanFactoryLocatorConfiguration extends Object
BeanFactoryLocatorConfiguration class extends the Spring application configuration by enabling
Spring Data GemFire/Geode's GemfireBeanFactoryLocator in order to auto-wire and configure any
GemFire/Geode Objects declared in GemFire/Geode config (e.g. XML or properties).BeanPostProcessor,
Bean,
Configuration,
CacheFactoryBean,
LocatorFactoryBean,
ClientCacheFactoryBean,
ClientCacheConfigurer,
LocatorConfigurer,
PeerCacheConfigurer,
EnableBeanFactoryLocator,
GemfireBeanFactoryLocator| Constructor and Description |
|---|
BeanFactoryLocatorConfiguration() |
| Modifier and Type | Method and Description |
|---|---|
BeanPostProcessor |
useBeanFactoryLocatorBeanPostProcessor()
Declares and registers a Spring
BeanPostProcessor bean to post process a Spring Data Geode
CacheFactoryBean or ClientCacheFactoryBean by setting the useBeanFactoryLocator
property to true. |
ClientCacheConfigurer |
useBeanFactoryLocatorClientCacheConfigurer()
Declares and registers a
ClientCacheConfigurer bean to configure a ClientCacheFactoryBean
by setting the useBeanFactoryLocator property to true. |
LocatorConfigurer |
useBeanFactoryLocatorLocatorConfigurer()
Declares and registers a
LocatorConfigurer bean to configure a LocatorFactoryBean
by setting the useBeanFactoryLocator property to true. |
PeerCacheConfigurer |
useBeanFactoryLocatorPeerCacheConfigurer()
Declares and registers a
PeerCacheConfigurer bean to configure a CacheFactoryBean
by setting the useBeanFactoryLocator property to true. |
@Bean public BeanPostProcessor useBeanFactoryLocatorBeanPostProcessor()
BeanPostProcessor bean to post process a Spring Data Geode
CacheFactoryBean or ClientCacheFactoryBean by setting the useBeanFactoryLocator
property to true.BeanPostProcessor used to post process an SDG CacheFactoryBean.BeanPostProcessor@Bean @NonNull public ClientCacheConfigurer useBeanFactoryLocatorClientCacheConfigurer()
ClientCacheConfigurer bean to configure a ClientCacheFactoryBean
by setting the useBeanFactoryLocator property to true.ClientCacheConfigurer used to configure and set the SDG ClientCacheFactoryBean
useBeanFactoryLocator property to true.ClientCacheConfigurer@Bean @NonNull public LocatorConfigurer useBeanFactoryLocatorLocatorConfigurer()
LocatorConfigurer bean to configure a LocatorFactoryBean
by setting the useBeanFactoryLocator property to true.LocatorConfigurer used to configure and set the SDG LocatorFactoryBean
useBeanFactoryLocator property to true.LocatorConfigurer@Bean @NonNull public PeerCacheConfigurer useBeanFactoryLocatorPeerCacheConfigurer()
PeerCacheConfigurer bean to configure a CacheFactoryBean
by setting the useBeanFactoryLocator property to true.PeerCacheConfigurer used to configure and set the SDG CacheFactoryBean
useBeanFactoryLocator property to true.PeerCacheConfigurerCopyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.