Uses of Class
org.springframework.data.gemfire.CacheFactoryBean
Packages that use CacheFactoryBean
Package
Description
Classes providing support for GemFire client configuration.
-
Uses of CacheFactoryBean in org.springframework.data.gemfire.client
Subclasses of CacheFactoryBean in org.springframework.data.gemfire.clientModifier and TypeClassDescriptionclass
SpringFactoryBean
used to construct, configure and initialize aClientCache
. -
Uses of CacheFactoryBean in org.springframework.data.gemfire.config.annotation
Methods in org.springframework.data.gemfire.config.annotation with type parameters of type CacheFactoryBeanModifier 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
.Methods in org.springframework.data.gemfire.config.annotation that return CacheFactoryBeanModifier and TypeMethodDescriptionPeerCacheConfiguration.gemfireCache()
Bean declaration for a single, peerCache
instance.Methods in org.springframework.data.gemfire.config.annotation with parameters of type CacheFactoryBeanModifier 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
Methods in org.springframework.data.gemfire.config.annotation.support with parameters of type CacheFactoryBeanModifier 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
Methods in org.springframework.data.gemfire.transaction.config with parameters of type CacheFactoryBeanModifier and TypeMethodDescriptionprotected void
GemfireCacheTransactionsConfiguration.registerGemFireCacheTransactionEventHandlers
(CacheFactoryBean cacheFactoryBean, TransactionListenerAdapter transactionListener)