Package | Description |
---|---|
org.springframework.data.gemfire | |
org.springframework.data.gemfire.config.annotation | |
org.springframework.data.gemfire.config.annotation.support |
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)
Applies 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. |
Modifier and Type | Class and Description |
---|---|
class |
LazyResolvingComposablePeerCacheConfigurer
Composition of
PeerCacheConfigurer . |
Modifier and Type | Method and Description |
---|---|
PeerCacheConfigurer |
AutoConfiguredAuthenticationConfiguration.authenticationCredentialsSettingPeerCacheConfigurer(Environment environment) |
PeerCacheConfigurer |
BeanFactoryLocatorConfiguration.useBeanFactoryLocatorPeerCacheConfigurer()
Declares and registers a
PeerCacheConfigurer bean to configure a CacheFactoryBean
by setting the useBeanFactoryLocator property to true. |
Modifier and Type | Method and Description |
---|---|
protected Class<PeerCacheConfigurer> |
LazyResolvingComposablePeerCacheConfigurer.getConfigurerType() |
Modifier and Type | Class and Description |
---|---|
protected static class |
EmbeddedServiceConfigurationSupport.PeerGemFirePropertiesConfigurer |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.