Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for GemFire client configuration.
|
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. |
Copyright © 2011–2017 Pivotal Software, Inc.. All rights reserved.