Class ConfigurableRegionFactoryBean<K,V>

java.lang.Object
org.springframework.data.gemfire.support.AbstractFactoryBeanSupport<org.apache.geode.cache.Region<K,V>>
org.springframework.data.gemfire.ResolvableRegionFactoryBean<K,V>
org.springframework.data.gemfire.ConfigurableRegionFactoryBean<K,V>
All Implemented Interfaces:
org.springframework.beans.factory.Aware, org.springframework.beans.factory.BeanClassLoaderAware, org.springframework.beans.factory.BeanFactoryAware, org.springframework.beans.factory.BeanNameAware, org.springframework.beans.factory.FactoryBean<org.apache.geode.cache.Region<K,V>>, org.springframework.beans.factory.InitializingBean
Direct Known Subclasses:
ClientRegionFactoryBean, PeerRegionFactoryBean

public abstract class ConfigurableRegionFactoryBean<K,V> extends ResolvableRegionFactoryBean<K,V>
ConfigurableRegionFactoryBean is an abstract base class encapsulating functionality common to all configurable Region FactoryBeans. A configurable Region FactoryBean includes all FactoryBeans that create a Region and allow additional configuration to be applied via a RegionConfigurer.
Since:
2.1.0
See Also: