protected static class EmbeddedServiceConfigurationSupport.GemFirePropertiesConfigurer extends Object implements PeerCacheConfigurer, ClientCacheConfigurer
| Constructor and Description |
|---|
GemFirePropertiesConfigurer(Properties gemfireProperties) |
| Modifier and Type | Method and Description |
|---|---|
void |
configure(String beanName,
CacheFactoryBean bean)
Configuration callback method providing a reference to a
CacheFactoryBean used to construct,
configure and initialize an instance of a peer Cache. |
void |
configure(String beanName,
ClientCacheFactoryBean bean)
Configuration callback method providing a reference to a
ClientCacheFactoryBean used to construct,
configure and initialize an instance of ClientCache. |
public GemFirePropertiesConfigurer(Properties gemfireProperties)
public void configure(String beanName, CacheFactoryBean bean)
PeerCacheConfigurerCacheFactoryBean used to construct,
configure and initialize an instance of a peer Cache.configure in interface PeerCacheConfigurerbeanName - name of peer Cache bean declared in the Spring application context.bean - reference to the CacheFactoryBean.CacheFactoryBeanpublic void configure(String beanName, ClientCacheFactoryBean bean)
ClientCacheConfigurerClientCacheFactoryBean used to construct,
configure and initialize an instance of ClientCache.configure in interface ClientCacheConfigurerbeanName - name of ClientCache bean declared in the Spring application context.bean - reference to the ClientCacheFactoryBean.CacheFactoryBeanCopyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.