Package | Description |
---|---|
org.springframework.data.gemfire.client |
Classes providing support for Pivotal GemFire client configuration.
|
org.springframework.data.gemfire.config.annotation |
Modifier and Type | Method and Description |
---|---|
protected PoolConfigurer |
PoolFactoryBean.getCompositePoolConfigurer()
Returns a reference to the Composite
PoolConfigurer used to apply additional configuration
to this PoolFactoryBean on Spring container initialization. |
Modifier and Type | Method and Description |
---|---|
protected void |
PoolFactoryBean.applyPoolConfigurers(PoolConfigurer... poolConfigurers)
Null-safe operation to apply the given array of
PoolConfigurers
to this PoolFactoryBean . |
void |
PoolFactoryBean.setPoolConfigurers(PoolConfigurer... poolConfigurers)
Null-safe operation to set an array of
PoolConfigurers used to apply
additional configuration to this PoolFactoryBean when using Annotation-based configuration. |
Modifier and Type | Method and Description |
---|---|
protected void |
PoolFactoryBean.applyPoolConfigurers(Iterable<PoolConfigurer> poolConfigurers)
|
void |
PoolFactoryBean.setPoolConfigurers(List<PoolConfigurer> poolConfigurers)
Null-safe operation to set an
Iterable of PoolConfigurers used to apply
additional configuration to this PoolFactoryBean when using Annotation-based configuration. |
Modifier and Type | Class and Description |
---|---|
class |
LazyResolvingComposablePoolConfigurer
Composition of
PoolConfigurer . |
Modifier and Type | Method and Description |
---|---|
protected Class<PoolConfigurer> |
LazyResolvingComposablePoolConfigurer.getConfigurerType() |
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.