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 |
---|---|
protected RegionConfigurer |
ConfigurableRegionFactoryBean.getCompositeRegionConfigurer()
Returns a reference to the Composite
RegionConfigurer used to apply additional configuration
to this ClientRegionFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurableRegionFactoryBean.applyRegionConfigurers(String regionName,
RegionConfigurer... regionConfigurers)
Null-safe operation to apply the given array of
RegionConfigurers
to this ConfigurableRegionFactoryBean . |
void |
ConfigurableRegionFactoryBean.setRegionConfigurers(RegionConfigurer... regionConfigurers)
Null-safe operation to set an array of
RegionConfigurers used to apply
additional configuration to this ClientRegionFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
ConfigurableRegionFactoryBean.applyRegionConfigurers(String regionName,
Iterable<RegionConfigurer> regionConfigurers)
Null-safe operation to apply the given
Iterable of RegionConfigurers
to this ConfigurableRegionFactoryBean . |
void |
ConfigurableRegionFactoryBean.setRegionConfigurers(List<RegionConfigurer> regionConfigurers)
Null-safe operation to set an
Iterable of RegionConfigurers used to apply
additional configuration to this ClientRegionFactoryBean when using Annotation-based configuration. |
Modifier and Type | Class and Description |
---|---|
class |
LazyResolvingComposableRegionConfigurer
Composition for
RegionConfigurer . |
Modifier and Type | Method and Description |
---|---|
protected Class<RegionConfigurer> |
LazyResolvingComposableRegionConfigurer.getConfigurerType() |
protected List<RegionConfigurer> |
EntityDefinedRegionsConfiguration.resolveRegionConfigurers() |
Modifier and Type | Method and Description |
---|---|
void |
CacheTypeAwareRegionFactoryBean.setRegionConfigurers(RegionConfigurer... regionConfigurers)
Null-safe operation used to set an array of
RegionConfigurers used to apply
additional configuration to this ResolvableRegionFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
void |
CacheTypeAwareRegionFactoryBean.setRegionConfigurers(List<RegionConfigurer> regionConfigurers)
Null-safe operation used to set an
Iterable of RegionConfigurers used to apply
additional configuration to this ResolvableRegionFactoryBean when using Annotation-based configuration. |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.