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 | Method and Description |
---|---|
ClientCacheConfigurer |
ClientCacheFactoryBean.getCompositeClientCacheConfigurer()
Returns a reference to the Composite
ClientCacheConfigurer used to apply additional configuration
to this ClientCacheFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientCacheFactoryBean.applyClientCacheConfigurers(ClientCacheConfigurer... clientCacheConfigurers)
Null-safe operation to apply the given array of
ClientCacheConfigurers
to this ClientCacheFactoryBean . |
void |
ClientCacheFactoryBean.setClientCacheConfigurers(ClientCacheConfigurer... clientCacheConfigurers)
Null-safe operation to set an array of
ClientCacheConfigurers used to apply
additional configuration to this ClientCacheFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
ClientCacheFactoryBean.applyClientCacheConfigurers(Iterable<ClientCacheConfigurer> clientCacheConfigurers)
Null-safe operation to apply the given
Iterable of ClientCacheConfigurers
to this ClientCacheFactoryBean . |
void |
ClientCacheFactoryBean.setClientCacheConfigurers(List<ClientCacheConfigurer> peerCacheConfigurers)
Null-safe operation to set an
Iterable of ClientCacheConfigurers to apply
additional configuration to this ClientCacheFactoryBean when using Annotation-based configuration. |
Modifier and Type | Class and Description |
---|---|
class |
LazyResolvingComposableClientCacheConfigurer
Composition for
ClientCacheConfigurer . |
Modifier and Type | Method and Description |
---|---|
ClientCacheConfigurer |
AutoConfiguredAuthenticationConfiguration.authenticationCredentialsSettingClientCacheConfigurer(Environment environment) |
ClientCacheConfigurer |
BeanFactoryLocatorConfiguration.useBeanFactoryLocatorClientCacheConfigurer()
Declares and registers a
ClientCacheConfigurer bean to configure a ClientCacheFactoryBean
by setting the useBeanFactoryLocator property to true. |
Modifier and Type | Method and Description |
---|---|
protected Class<ClientCacheConfigurer> |
LazyResolvingComposableClientCacheConfigurer.getConfigurerType() |
Modifier and Type | Class and Description |
---|---|
protected static class |
EmbeddedServiceConfigurationSupport.ClientGemFirePropertiesConfigurer |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.