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