Package | Description |
---|---|
org.springframework.data.gemfire |
Package providing integration of
GemFire
with Spring concepts.
|
Modifier and Type | Method and Description |
---|---|
PeerCacheConfigurer |
CacheFactoryBean.getCompositePeerCacheConfigurer()
Returns a reference to the Composite
PeerCacheConfigurer used to apply additional configuration
to this CacheFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheFactoryBean.applyPeerCacheConfigurers(PeerCacheConfigurer... peerCacheConfigurers)
Null-safe operation to apply the given array of
PeerCacheConfigurers
to this CacheFactoryBean . |
void |
CacheFactoryBean.setPeerCacheConfigurers(PeerCacheConfigurer... peerCacheConfigurers)
Null-safe operation to set an array of
PeerCacheConfigurers used to apply
additional configuration to this CacheFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
CacheFactoryBean.applyPeerCacheConfigurers(Iterable<PeerCacheConfigurer> peerCacheConfigurers)
|
void |
CacheFactoryBean.setPeerCacheConfigurers(List<PeerCacheConfigurer> peerCacheConfigurers)
Null-safe operation to set an
Iterable of PeerCacheConfigurers to apply
additional configuration to this CacheFactoryBean when using Annotation-based configuration. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.