Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for Pivotal GemFire client configuration.
|
org.springframework.data.gemfire.config.annotation | |
org.springframework.data.gemfire.config.annotation.support |
Modifier and Type | Class and Description |
---|---|
class |
ClientCacheFactoryBean
Spring
FactoryBean used to create a Pivotal GemFire/Apache Geode
ClientCache . |
Modifier and Type | Method and Description |
---|---|
protected <T extends CacheFactoryBean> |
AbstractCacheConfiguration.configureCacheFactoryBean(T gemfireCache)
Configures the
CacheFactoryBean with common cache configuration settings. |
protected <T extends CacheFactoryBean> |
AbstractCacheConfiguration.constructCacheFactoryBean()
Constructs a new, initialized instance of
CacheFactoryBean 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> |
ClientCacheConfiguration.newCacheFactoryBean()
Constructs a new instance of
ClientCacheFactoryBean used to create a peer ClientCache . |
protected <T extends CacheFactoryBean> |
PeerCacheConfiguration.newCacheFactoryBean()
Constructs a new instance of
CacheFactoryBean used to create a peer Cache . |
protected abstract <T extends CacheFactoryBean> |
AbstractCacheConfiguration.newCacheFactoryBean()
Constructs a new, uninitialized instance of
CacheFactoryBean based on the Spring application's
cache type preference (i.e. client or peer), which is expressed via the appropriate annotation. |
Modifier and Type | Method and Description |
---|---|
CacheFactoryBean |
PeerCacheConfiguration.gemfireCache()
Bean declaration for a single, peer
Cache instance. |
Modifier and Type | Method and Description |
---|---|
protected void |
PdxConfiguration.configurePdx(CacheFactoryBean cacheFactoryBean)
Configures Pivotal GemFire/Apache Geode cache PDX Serialization.
|
Modifier and Type | Method and Description |
---|---|
void |
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer.configure(String beanName,
CacheFactoryBean bean) |
protected void |
EmbeddedServiceConfigurationSupport.AbstractGemFirePropertiesConfigurer.configureGemFireProperties(CacheFactoryBean bean) |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.