Uses of Interface
org.springframework.data.gemfire.config.annotation.PoolConfigurer
Packages that use PoolConfigurer
Package
Description
Classes providing support for GemFire client configuration.
-
Uses of PoolConfigurer in org.springframework.data.gemfire.client
Methods in org.springframework.data.gemfire.client that return PoolConfigurerModifier and TypeMethodDescriptionprotected PoolConfigurerPoolFactoryBean.getCompositePoolConfigurer()Returns a reference to the CompositePoolConfigurerused to apply additional configuration to thisPoolFactoryBeanon Spring container initialization.Methods in org.springframework.data.gemfire.client with parameters of type PoolConfigurerModifier and TypeMethodDescriptionprotected voidPoolFactoryBean.applyPoolConfigurers(PoolConfigurer... poolConfigurers) Null-safe operation to apply the given array ofPoolConfigurersto thisPoolFactoryBean.voidPoolFactoryBean.setPoolConfigurers(PoolConfigurer... poolConfigurers) Null-safe operation to set an array ofPoolConfigurersused to apply additional configuration to thisPoolFactoryBeanwhen using Annotation-based configuration.Method parameters in org.springframework.data.gemfire.client with type arguments of type PoolConfigurerModifier and TypeMethodDescriptionprotected voidPoolFactoryBean.applyPoolConfigurers(Iterable<PoolConfigurer> poolConfigurers) voidPoolFactoryBean.setPoolConfigurers(List<PoolConfigurer> poolConfigurers) Null-safe operation to set anIterableofPoolConfigurersused to apply additional configuration to thisPoolFactoryBeanwhen using Annotation-based configuration. -
Uses of PoolConfigurer in org.springframework.data.gemfire.config.annotation
Classes in org.springframework.data.gemfire.config.annotation that implement PoolConfigurerMethods in org.springframework.data.gemfire.config.annotation that return types with arguments of type PoolConfigurerModifier and TypeMethodDescriptionprotected Class<PoolConfigurer>LazyResolvingComposablePoolConfigurer.getConfigurerType()