| Package | Description |
|---|---|
| org.springframework.data.gemfire.config.annotation | |
| org.springframework.data.gemfire.server |
Support package for Pivotal GemFire
CacheServer. |
| Modifier and Type | Class and Description |
|---|---|
class |
LazyResolvingComposableCacheServerConfigurer
Composition for
CacheServerConfigurer. |
| Modifier and Type | Method and Description |
|---|---|
protected Class<CacheServerConfigurer> |
LazyResolvingComposableCacheServerConfigurer.getConfigurerType() |
| Modifier and Type | Method and Description |
|---|---|
protected CacheServerConfigurer |
CacheServerFactoryBean.getCompositeCacheServerConfigurer()
Returns a reference to the Composite
CacheServerConfigurer used to apply additional configuration
to this CacheServerFactoryBean on Spring container initialization. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheServerFactoryBean.applyCacheServerConfigurers(CacheServerConfigurer... cacheServerConfigurers)
Null-safe operation to apply the given array of
CacheServerConfigurers
to this CacheServerFactoryBean. |
void |
CacheServerFactoryBean.setCacheServerConfigurers(CacheServerConfigurer... cacheServerConfigurers)
Null-safe operation to set an array of
CacheServerConfigurers used to apply
additional configuration to this CacheServerFactoryBean when using Annotation-based configuration. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CacheServerFactoryBean.applyCacheServerConfigurers(Iterable<CacheServerConfigurer> cacheServerConfigurers)
Null-safe operation to apply the given
Iterable of CacheServerConfigurers
to this CacheServerFactoryBean. |
void |
CacheServerFactoryBean.setCacheServerConfigurers(List<CacheServerConfigurer> cacheServerConfigurers)
Null-safe operation to set an
Iterable of CacheServerConfigurers
used to apply additional configuration to this CacheServerFactoryBean when using
Annotation-based configuration. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.