Uses of Class
org.springframework.data.gemfire.CacheFactoryBean
Package
Description
Classes providing support for GemFire client configuration.
-
Uses of CacheFactoryBean in org.springframework.data.gemfire.client
Modifier and TypeClassDescriptionclass
SpringFactoryBean
used to construct, configure and initialize aClientCache
. -
Uses of CacheFactoryBean in org.springframework.data.gemfire.config.annotation
Modifier and TypeMethodDescriptionprotected <T extends CacheFactoryBean>
TAbstractCacheConfiguration.configureCacheFactoryBean
(T gemfireCache) Configures theCacheFactoryBean
with common cache configuration settings.protected <T extends CacheFactoryBean>
TAbstractCacheConfiguration.constructCacheFactoryBean()
Constructs a new, initialized instance ofCacheFactoryBean
based on the Spring application's cache type preference (i.e. client or peer), which is expressed via the appropriate annotation.protected abstract <T extends CacheFactoryBean>
TAbstractCacheConfiguration.newCacheFactoryBean()
Constructs a new, uninitialized instance ofCacheFactoryBean
based on the Spring application's cache type preference (i.e. client or peer), which is expressed via the appropriate annotation.protected <T extends CacheFactoryBean>
TClientCacheConfiguration.newCacheFactoryBean()
Constructs a new instance ofClientCacheFactoryBean
used to create a peerClientCache
.protected <T extends CacheFactoryBean>
TPeerCacheConfiguration.newCacheFactoryBean()
Constructs a new instance ofCacheFactoryBean
used to create a peerCache
.Modifier and TypeMethodDescriptionPeerCacheConfiguration.gemfireCache()
Bean declaration for a single, peerCache
instance.Modifier and TypeMethodDescriptionprotected void
PdxConfiguration.configurePdx
(CacheFactoryBean cacheFactoryBean) Configures Pivotal GemFire/Apache Geode cache PDX Serialization. -
Uses of CacheFactoryBean in org.springframework.data.gemfire.config.annotation.support
Modifier and TypeMethodDescriptionvoid
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer.configure
(String beanName, CacheFactoryBean bean) protected void
EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer.configureGemFireProperties
(CacheFactoryBean bean) -
Uses of CacheFactoryBean in org.springframework.data.gemfire.transaction.config
Modifier and TypeMethodDescriptionprotected void
GemfireCacheTransactionsConfiguration.registerGemFireCacheTransactionEventHandlers
(CacheFactoryBean cacheFactoryBean, TransactionListenerAdapter transactionListener)